]> git.baikalelectronics.ru Git - kernel.git/commit
HID: Fix Speedlink VAD Cezanne support for some devices
authorStefan Kriwanek <dev@stefankriwanek.de>
Sun, 25 Aug 2013 08:46:13 +0000 (10:46 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Aug 2013 11:51:10 +0000 (13:51 +0200)
commit022aa7781fe6d151381d8e00265939c5eb8266f8
tree6ae95720c0fba81e0b40326cfab5708e7f8b0579
parent9fe402e94f645424dc61e6ecafc3b2e867e716e2
HID: Fix Speedlink VAD Cezanne support for some devices

Some devices of the "Speedlink VAD Cezanne" model need more aggressive fixing
than already done.

I made sure through testing that this patch would not interfere with the proper
working of a device that is bug-free. (The driver drops EV_REL events with
abs(val) >= 256, which are not achievable even on the highest laser resolution
hardware setting.)

Signed-off-by: Stefan Kriwanek <mail@stefankriwanek.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-speedlink.c