diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2012-02-28 13:01:46 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-28 13:37:12 +0100 |
commit | 22ca20b250f5c9672a53b34f032f43dd2c4a4aaf (patch) | |
tree | f3aab0a6be5f1c0ffbe143be39aba457592aad08 /drivers/hid/Kconfig | |
parent | c7fd7937ba81d1e46b4c4cc3dd06010834b08b98 (diff) |
HID: kye: Add support for 3 tablets
Add support for three KYE tablets: EasyPen i405X, MousePen i608X, EasyPen M610X.
Update Kconfig entry accordingly, remove EXPERT dependency.
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/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 9398cfce80b..838fa6a3a28 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -200,11 +200,14 @@ config HID_KEYTOUCH - Keytouch IEC 60945 config HID_KYE - tristate "Kye/Genius Ergo Mouse" if EXPERT + tristate "KYE/Genius devices" depends on USB_HID - default !EXPERT ---help--- - Support for Kye/Genius Ergo Mouse. + Support for KYE/Genius devices not fully compliant with HID standard: + - Ergo Mouse + - EasyPen i405X tablet + - MousePen i608X tablet + - EasyPen M610X tablet config HID_UCLOGIC tristate "UC-Logic" |