diff options
author | Stefan Kriwanek <mail@stefankriwanek.de> | 2011-05-27 12:40:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-08 03:45:37 -0400 |
commit | 74bc6953135ae1478acc18046321bfca05b0e823 (patch) | |
tree | 194f288653928661abb8e8f88e07a19dd643210a /drivers/hid/Kconfig | |
parent | dc0a4f0ce2b1a9ef5947cdb6d62f60008a7e42bf (diff) |
HID: Add driver to fix Speedlink VAD Cezanne support
Speedlink VAD Cezanne have a hardware bug that makes the cursor "jump" from one
place to another every now and then. The issue are relative motion events
erroneously reported by the device, each having a distance value of +256. This
256 can in fact never occur due to real motion, therefore those events can
safely be ignored. The driver also drops useless EV_REL events with a value of
0, that the device sends every time it sends an "real" EV_REL or EV_KEY event.
Signed-off-by: Stefan Kriwanek <mail@stefankriwanek.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 67d2a7585934..860b1db1b734 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -494,6 +494,12 @@ config HID_SONY | |||
494 | ---help--- | 494 | ---help--- |
495 | Support for Sony PS3 controller. | 495 | Support for Sony PS3 controller. |
496 | 496 | ||
497 | config HID_SPEEDLINK | ||
498 | tristate "Speedlink VAD Cezanne mouse support" | ||
499 | depends on USB_HID | ||
500 | ---help--- | ||
501 | Support for Speedlink Vicious and Divine Cezanne mouse. | ||
502 | |||
497 | config HID_SUNPLUS | 503 | config HID_SUNPLUS |
498 | tristate "Sunplus wireless desktop" | 504 | tristate "Sunplus wireless desktop" |
499 | depends on USB_HID | 505 | depends on USB_HID |