Prev: PCI quirk: RS780/RS880: work around missing MSI initialization
Next: x86: Disable 4MB page tables for Atom, work around errata AAE44
From: Matthew Garrett on 31 Mar 2010 17:30 Minor fix to asus-laptop, along with a new driver that enables hotkeys on newer Acer devices. It has no impact on any existing drivers, so I think it's safe to include at this point. The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6: Linus Torvalds (1): Linux 2.6.34-rc3 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus Corentin Chary (1): asus-laptop: fix warning in asus_handle_init Yong Wang (1): eeepc-wmi: new driver for WMI based hotkeys on Eee PC laptops drivers/platform/x86/Kconfig | 10 +++ drivers/platform/x86/Makefile | 1 + drivers/platform/x86/asus-laptop.c | 4 +- drivers/platform/x86/eeepc-wmi.c | 157 ++++++++++++++++++++++++++++++++++++ 4 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 drivers/platform/x86/eeepc-wmi.c -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |