diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-03-18 09:27:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-21 12:05:02 -0400 |
commit | 043b403aede4a528ed99ceaf050f567f1283a23e (patch) | |
tree | c3d67092fcba29716fdd7481968d8f9449127f35 /drivers/hid/Makefile | |
parent | 9498f954a4ec389806333041a1018909c6fe0518 (diff) |
HID: hid-multitouch: migrate support for Stantum panels to the unified driver.
This patch merges hid-stantum to the generic multitouch driver.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Reviewed-by: Stéphane Chatty <chatty@enac.fr>
Reviewed-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 06c68ae3abee..a13cb4e99fff 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -66,7 +66,6 @@ obj-$(CONFIG_HID_ROCCAT_PYRA) += hid-roccat-pyra.o | |||
66 | obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o | 66 | obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o |
67 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o | 67 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o |
68 | obj-$(CONFIG_HID_SONY) += hid-sony.o | 68 | obj-$(CONFIG_HID_SONY) += hid-sony.o |
69 | obj-$(CONFIG_HID_STANTUM) += hid-stantum.o | ||
70 | obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o | 69 | obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o |
71 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o | 70 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o |
72 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o | 71 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o |