Skip to content

Instantly share code, notes, and snippets.

@mailhost
mailhost / dsdt.patch
Created June 10, 2019 14:32
Dell Precision 5510 1.10.0 DSDT fixes
--- dsdt.orig 2019-06-10 16:09:40.945676250 +0200
+++ dsdt.dsl 2019-06-10 16:28:15.274723137 +0200
@@ -3905,11 +3905,13 @@
If (LEqual (PM6H, One))
{
CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status
- Store (Zero, ECRW (If (PM0H)
- {
- CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length
- Store (Zero, F0LN) /* \_SB_.PCI0._CRS.F0LN */
#!/usr/local/bin/python
import urllib2
import urllib
import cookielib
from ntlm import HTTPNtlmAuthHandler
import StringIO
import lxml.html
import json
import getpass