diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2008-02-04 21:17:15 -0500 |
---|---|---|
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) |
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 | |||
142 | 142 | ||
143 | If you have a Fujitsu laptop, say Y or M here. | 143 | If you have a Fujitsu laptop, say Y or M here. |
144 | 144 | ||
145 | config TC1100_WMI | ||
146 | tristate "HP Compaq TC1100 Tablet WMI Extras" | ||
147 | depends on X86 && !X86_64 | ||
148 | depends on ACPI | ||
149 | depends on ACPI_WMI | ||
150 | ---help--- | ||
151 | This is a driver for the WMI extensions (wireless and bluetooth power | ||
152 | control) of the HP Compaq TC1100 tablet. | ||
153 | |||
145 | config MSI_LAPTOP | 154 | config MSI_LAPTOP |
146 | tristate "MSI Laptop Extras" | 155 | tristate "MSI Laptop Extras" |
147 | depends on X86 | 156 | depends on X86 |