diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2012-02-28 06:01:46 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-28 07:37:12 -0500 |
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 9398cfce80b6..838fa6a3a287 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -200,11 +200,14 @@ config HID_KEYTOUCH | |||
200 | - Keytouch IEC 60945 | 200 | - Keytouch IEC 60945 |
201 | 201 | ||
202 | config HID_KYE | 202 | config HID_KYE |
203 | tristate "Kye/Genius Ergo Mouse" if EXPERT | 203 | tristate "KYE/Genius devices" |
204 | depends on USB_HID | 204 | depends on USB_HID |
205 | default !EXPERT | ||
206 | ---help--- | 205 | ---help--- |
207 | Support for Kye/Genius Ergo Mouse. | 206 | Support for KYE/Genius devices not fully compliant with HID standard: |
207 | - Ergo Mouse | ||
208 | - EasyPen i405X tablet | ||
209 | - MousePen i608X tablet | ||
210 | - EasyPen M610X tablet | ||
208 | 211 | ||
209 | config HID_UCLOGIC | 212 | config HID_UCLOGIC |
210 | tristate "UC-Logic" | 213 | tristate "UC-Logic" |