aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-20 11:21:11 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-23 09:01:55 -0400
commit72a46344867111c3e019b169ddfa9e1a1f55c759 (patch)
treed2a134a2c7fe193b1f68d640c73de78f0636bef8 /drivers/hid/Kconfig
parentf36ee074d5d563a832fbfc378207739db3a0a205 (diff)
HID: add support for two Waltop tablets
Add support for Waltop Slim Tablet 5.8 inch and Media Tablet 10.6 inch. These (and other Waltop) tablets are usually sold by different companies (such as Genius and Trust) and with different names, but with the same USB vendor/product IDs. Slim Tablet 5.8 inch is known to also be sold as Genius G-Pen F350 and Trust Widescreen Mini Tablet (item no 16485). Media Tablet 10.6 inch is known to also be sold as Genius G-Pen M609 and M609X. Of these only the latter is known to be supported. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 34402bb5f6a..4cae11e1ceb 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -182,6 +182,12 @@ config HID_UCLOGIC
182 ---help--- 182 ---help---
183 Support for UC-Logic tablets. 183 Support for UC-Logic tablets.
184 184
185config HID_WALTOP
186 tristate "Waltop"
187 depends on USB_HID
188 ---help---
189 Support for Waltop tablets.
190
185config HID_GYRATION 191config HID_GYRATION
186 tristate "Gyration" 192 tristate "Gyration"
187 depends on USB_HID 193 depends on USB_HID