https://github.com/torvalds/linux
Revision 139ebe8dc80dd74cb2ac9f5603d18fbf5cff049f authored by Daniel Ritz on 28 February 2009, 20:50:54 UTC, committed by Dmitry Torokhov on 28 February 2009, 22:01:25 UTC
Commit ec42d4481e36cbdb5b2801f957e678211a9e5ae2 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>
1 parent 4ab7376
History
Tip revision: 139ebe8dc80dd74cb2ac9f5603d18fbf5cff049f authored by Daniel Ritz on 28 February 2009, 20:50:54 UTC
Input: usbtouchscreen - fix eGalax HID ignoring
Tip revision: 139ebe8
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.0 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 103.6 KB
Makefile -rw-r--r-- 55.9 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top