* [git pull] x86 platform driver tree
@ 2010-03-31 21:25 Matthew Garrett
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2010-03-31 21:25 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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@srcf.ucam.org
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] x86 platform driver tree
@ 2010-12-07 15:17 Matthew Garrett
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2010-12-07 15:17 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, platform-driver-x86
Hi Linus,
A few small fixes and one fairly significant one in WMI (strcmp/memcmp
confusion), along with relaxing the check in the IBM RTL driver so it
works on all the hardware that supports it:
The following changes since commit 22a5b566c8c442b0b35b3b106795e2f2b3578096:
Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91 (2010-11-30 17:57:57 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus
Anisse Astier (2):
msi-wmi: Add mute key support
msi-wmi: fix semantically incorrect use of keycode instead of scancode
Chris Bagwell (1):
eeepc-wmi: add cpufv sysfs documentation
Corentin Chary (1):
asus-laptop: add wimax and wwan support
Dmitry Torokhov (1):
eeepc-wmi: fix compiler warning
Jon Dowland (1):
toshiba_acpi.c: Add key_entry for a lone FN keypress
Julia Lawall (1):
drivers/platform/x86/thinkpad_acpi.c: delete double assignment
Randy Dunlap (1):
ibm_rtl: fix printk format warning
Thadeu Lima de Souza Cascardo (1):
wmi: use memcmp instead of strncmp to compare GUIDs
Vernon Mauery (2):
ibm_rtl: Loosen the DMI criteria to all IBM machines
ibm_rtl: _RTL_ is not available in UEFI mode
Zeng Zhaoming (1):
ACPI, hp-wmi: Fix memory leak in acpi query
.../ABI/testing/sysfs-platform-asus-laptop | 16 +++-
Documentation/ABI/testing/sysfs-platform-eeepc-wmi | 10 ++
drivers/platform/x86/asus-laptop.c | 97 +++++++++++++++++++-
drivers/platform/x86/eeepc-wmi.c | 4 +-
drivers/platform/x86/hp-wmi.c | 2 +
drivers/platform/x86/ibm_rtl.c | 34 ++-----
drivers/platform/x86/msi-wmi.c | 16 ++--
drivers/platform/x86/thinkpad_acpi.c | 1 -
drivers/platform/x86/toshiba_acpi.c | 1 +
drivers/platform/x86/wmi.c | 2 +-
10 files changed, 144 insertions(+), 39 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-platform-eeepc-wmi
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-07 15:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 21:25 [git pull] x86 platform driver tree Matthew Garrett
-- strict thread matches above, loose matches on Subject: below --
2010-12-07 15:17 [GIT PULL] " Matthew Garrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox