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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 3da1491f662c..51196c09e25b 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -9,6 +9,7 @@ obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o | |||
9 | obj-$(CONFIG_ACER_WMI) += acer-wmi.o | 9 | obj-$(CONFIG_ACER_WMI) += acer-wmi.o |
10 | obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o | 10 | obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o |
11 | obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o | 11 | obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o |
12 | obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o | ||
12 | obj-$(CONFIG_LKDTM) += lkdtm.o | 13 | obj-$(CONFIG_LKDTM) += lkdtm.o |
13 | obj-$(CONFIG_TIFM_CORE) += tifm_core.o | 14 | obj-$(CONFIG_TIFM_CORE) += tifm_core.o |
14 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o | 15 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o |