aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorRichard Nauber <richard.nauber@googlemail.com>2011-03-09 00:20:57 -0500
committerJiri Kosina <jkosina@suse.cz>2011-03-14 08:05:08 -0400
commit4875ac114d8bce99838a9b0ee7c3f5469cc6352e (patch)
tree5829b1fd88aa5402366cb1ea1374189d14f7dd24 /drivers/hid/Kconfig
parentf153fc3990d4ad2709a52d7150e2c04363afb1fb (diff)
HID: merge hid-egalax into hid-multitouch
This patch merges the hid-egalax driver into hid-multitouch. There are two types of devices support by the hid-egalax driver: resistive and capacitive. Here, they are implicitly distinguished by the absence of a HID_DG_CONTACTCOUNT field in the latter, so no special code path needs to be introduced. As a side effect, this patch fixes the broken suspend/resume behavior in the old driver. [rydberg@euromail.se: minor fixups] Signed-off-by: Richard Nauber <Richard.Nauber@gmail.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index a0b117ddeef5..b4b8b21d437d 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -160,13 +160,6 @@ config HID_EMS_FF
160 Currently the following devices are known to be supported: 160 Currently the following devices are known to be supported:
161 - Trio Linker Plus II 161 - Trio Linker Plus II
162 162
163config HID_EGALAX
164 tristate "eGalax multi-touch panel"
165 depends on USB_HID
166 ---help---
167 Support for the eGalax dual-touch panels, including the
168 Joojoo and Wetab tablets.
169
170config HID_ELECOM 163config HID_ELECOM
171 tristate "ELECOM BM084 bluetooth mouse" 164 tristate "ELECOM BM084 bluetooth mouse"
172 depends on BT_HIDP 165 depends on BT_HIDP
@@ -307,6 +300,8 @@ config HID_MULTITOUCH
307 - IrTouch Infrared USB panels 300 - IrTouch Infrared USB panels
308 - Pixcir dual touch panels 301 - Pixcir dual touch panels
309 - 'Sensing Win7-TwoFinger' panel by GeneralTouch 302 - 'Sensing Win7-TwoFinger' panel by GeneralTouch
303 - eGalax dual-touch panels, including the
304 Joojoo and Wetab tablets
310 305
311 If unsure, say N. 306 If unsure, say N.
312 307