This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
import urllib2 | |
import urllib | |
import cookielib | |
from ntlm import HTTPNtlmAuthHandler | |
import StringIO | |
import lxml.html | |
import json | |
import getpass |