diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2008-02-05 02:17:15 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-05 15:07:16 -0500 |
commit | dd8cd7793781c87be47bbfee65efa3fb5110f898 (patch) | |
tree | 72c46c06b5efd490f1da72a5300c9c458c23725c /drivers/misc/Kconfig | |
parent | 745a5d2126926808295742932d0e36d485efa485 (diff) | |
download | talos-obmc-linux-dd8cd7793781c87be47bbfee65efa3fb5110f898.tar.gz talos-obmc-linux-dd8cd7793781c87be47bbfee65efa3fb5110f898.zip |
tc1100-wmi: Add driver for HP Compaq TC1100 Tablets
This is based on the 2004 out-of-tree work of Jamey Hicks, to add
support via WMI for controlling the jog dial and wireless on these
tablets.
v1:
Original release
v2:
As per Joshua Wise's comments, change bluetooth to jogdial (an error from
the original driver).
Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Matthew Garrett <mjg59@srcf.ucam.org>
CC: Jamey Hicks <jamey.hicks@nokia.com>
CC: Joshua Wise <joshua@joshuawise.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 35d2c22c5d24..05997411bc48 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -142,6 +142,15 @@ config FUJITSU_LAPTOP If you have a Fujitsu laptop, say Y or M here. +config TC1100_WMI + tristate "HP Compaq TC1100 Tablet WMI Extras" + depends on X86 && !X86_64 + depends on ACPI + depends on ACPI_WMI + ---help--- + This is a driver for the WMI extensions (wireless and bluetooth power + control) of the HP Compaq TC1100 tablet. + config MSI_LAPTOP tristate "MSI Laptop Extras" depends on X86 |