https://bugzilla.kernel.org/show_bug.cgi?id=201133
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE --- Comment #5 from [email protected] --- In addition, the code which produces the ACPI error message is essentially identical to the one from https://bugzilla.kernel.org/show_bug.cgi?id=23442, so this report can be considered a duplicate. >From attachment 278545: > Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities > { > Local0 = Arg2 > Local1 = (Local0 * 0x04) > Name (BUF1, Buffer (Local1){}) > BUF1 = Arg3 > Local1 = 0x00 > Local2 = 0x00 > While (Local0) > { > Local2 = (Local1 * 0x04) > CreateDWordField (BUF1, Local2, CAPB) > If (Arg2) > { > CAPB &= 0xFFFFFFFC > CAPB |= 0x00 > } > Else > { > } > > Local1++ > Local0-- > } > > Return (BUF1) /* \_SB_.PCI0._OSC.BUF1 */ > } *** This bug has been marked as a duplicate of bug 23442 *** -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
