On 01/24/13 20:08, Piker Alpha wrote:

> Can you please confirm that instead of using:
> 
> Method (_STA, 0, NotSerialized) {
> +            Return (0xB) // 0x1: device present
> +                        // 0x2: enabled and decoding resources
> +                        // 0x8: functioning properly
> +          }
> 
> This object works as well:
> 
> Name (_STA, 0xB)

I tested it with a RHEL-6.3 guest (boot & dmesg) and a Windows 8
Consumer Preview guest (boot), neither seems to mind it. If Jordan
prefers Name(_STA) over Method(_STA) I can submit a v2 with this change.

Thanks,
Laszlo

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to