]> git.baikalelectronics.ru Git - kernel.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)
commitf23f089d50d166e8f6b46f210e2d23cf546272d3
tree7dcc84e624b02a130cc016a400b9fd1c5f5563c2
parent4295415d8c1cb683dd9a569906cc9fa9498ad24b
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]