eeepc-laptop: Implement rfkill hotplugging in eeepc-laptop
authorMatthew Garrett <mjg@redhat.com>
Tue, 20 Jan 2009 15:17:48 +0000 (16:17 +0100)
committerLen Brown <len.brown@intel.com>
Tue, 20 Jan 2009 19:36:53 +0000 (14:36 -0500)
The Eee implements rfkill by logically unplugging the wireless card from the
PCI bus. Despite sending ACPI notifications, this does not appear to be
implemented using standard ACPI hotplug - nor does the firmware provide the
_OSC method required to support native PCIe hotplug. The only sensible choice
appears to be to handle the hotplugging directly in the eeepc-laptop driver.
Tested successfully on a 700, 900 and 901.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found