]> git.baikalelectronics.ru Git - kernel.git/commit
Input: usbtouchscreen - fix eGalax HID ignoring
authorDaniel Ritz <daniel.ritz-ml@swissonline.ch>
Sat, 28 Feb 2009 20:50:54 +0000 (12:50 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 28 Feb 2009 22:01:25 +0000 (14:01 -0800)
commitffbd6dd306695ebee62ab48588b234cb1b761a8b
tree4eeadcc844f85e1cef614b3091822af745b0fa65
parent0eeae5af5ff231cc2090714a7e0f4af2398804ea
Input: usbtouchscreen - fix eGalax HID ignoring

Commit 97fc9552b267212cc77ad0372d6ec4a7a3759fee broke usbtouchscreen for
some eGalax/EETI devices that claim to be HID, but are not.

Devices confirmed to be real HID have the class set to HID and the protocol
set to 'mouse'.  Some have HID class but protocol set to 'none'. Those are
not HID and should be driven by usbtouchscreen.

Fix the device ignoring macro by adding match for the protocol too.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/usbtouchscreen.c