https://bugzilla.novell.com/show_bug.cgi?id=737559 https://bugzilla.novell.com/show_bug.cgi?id=737559#c12 --- Comment #12 from Joey Lee <jlee@suse.com> 2012-04-27 08:01:06 UTC --- (In reply to comment #9)
Created an attachment (id=487340) --> (http://bugzilla.novell.com/attachment.cgi?id=487340) [details] acpidump log
Confirm acer-wmi still run polling to query wireless states on your machine. But, the wireless state is response by BIOS's SMI: 6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3: # WMID_GUID1 object_id: BA notify_id: 42 reserved: 41 instance_count: 1 flags: 0x2 ACPI_WMI_METHOD Scope (\_SB) { Device (WMID) { Name (_HID, "PNP0C14") ... Name (BUFF, Buffer (0x04) { 0x00, 0x00, 0x00, 0x00 }) ... Method (PHSR, 2, NotSerialized) /* get wireless: Store (\_SB.WMID.PHSR (0x01, 0x00), BUFF) */ { Acquire (\_SB.PSMX, 0xFFFF) /* grab mutex */ Store (0x91, BCMD) Store (Arg0, DID) /* Arg0 = 0x01 */ Store (Arg1, INF) /* Arg0 = 0x00 */ Store (Zero, SMIC) /* SMI */ Store (DID, Local0) Release (\_SB.PSMX) /* release mutex */ Return (Local0) } ... Method (Z006, 1, NotSerialized) /* call by WMBA */ { While (One) { Name (_T_0, 0x00) Store (Arg0, _T_0) If (LEqual (_T_0, 0x01)) /* get wireless state */ { Store (\_SB.WMID.PHSR (0x01, 0x00), BUFF) } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.