]> Pileus Git - ~andy/linux/commit
HID: wacom: Move Graphire raport header check.
authorPrzemo Firszt <przemo@firszt.eu>
Tue, 15 May 2012 18:32:25 +0000 (19:32 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 16 May 2012 19:42:15 +0000 (21:42 +0200)
commit163a6ae19b8f6afc4ac4f60711b998a3c150b858
treea01e3764165e2804e6d87bc4daf818f0dba8680e
parentd13f5454e4acbbe2a470cc6743c2998cfcd607a8
HID: wacom: Move Graphire raport header check.

That check is valid only for Wacom Graphire, as the device raports always
start with 0x03. Intuos4 WL high-speed raports begin with 0x04, so
the check would be filtering out valid reports.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wacom.c