]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
misc: add HP WMI laptop extras driver
authorMatthew Garrett <mjg59@srcf.ucam.org>
Fri, 25 Jul 2008 08:45:39 +0000 (01:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:28 +0000 (10:53 -0700)
commit62ec30d45ecbb85b5991474c8f04192697687495
tree7dcc84e624b02a130cc016a400b9fd1c5f5563c2
parentac331d158e198d2a91a5b0a3ec4ca9991fdb57af
misc: add HP WMI laptop extras driver

This driver adds support for reading and configuring certain information
on modern HP laptops with WMI BIOS interfaces.  It supports enabling and
disabling the ambient light sensor, querying attached displays and hard
drive temperature, sending events on docking and querying the state of the
dock and toggling the state of the wifi, bluetooth and wwan hardware via
rfkill.  It also makes the little "(i)" button work on machines that send
that via WMI rather than via the keyboard controller.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/hp-wmi.c [new file with mode: 0644]