]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Sep 2013 00:18:16 +0000 (17:18 -0700)
commit469e7f80f25f79a4c11bed47027da81fcf30d045
tree73bfdbac3e6b72130c30d319bcf332c3d3c41323
parent769eea247c41519e72675c72d0da8d95fd6b7c09
HID: Fix Speedlink VAD Cezanne support for some devices

commit 06bb5219118fb098f4b0c7dcb484b28a52bf1c14 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-speedlink.c