]> Pileus Git - ~andy/linux/commit
HID: multitouch: make MT_CLS_ALWAYS_TRUE the new default class
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Thu, 31 Jan 2013 16:22:31 +0000 (17:22 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 5 Feb 2013 11:07:42 +0000 (12:07 +0100)
commitdc3e1d8052548f5b46288a1d43c93684f7d64804
tree075a5e629027dfbe91fd5983db0a7fddd8def0cf
parente325905c6c28331772dcd3218a690af744a1a564
HID: multitouch: make MT_CLS_ALWAYS_TRUE the new default class

By running a test on all the traces of the devices I have,
I noticed that the class MT_CLS_ALWAYS_TRUE could handle all
the devices I've seen so far without any other quirks.
I guess this is the behavior Win 7 requires in its driver.

We can change the default class then and keep the existing classes
for backward compatibility and performances for some of them.

Two operations have been done:
 * replaced MT_CLS_DEFAULT by MT_CLS_NSMU
 * then replaced MT_CLS_ALWAYS_TRUE by MT_CLS_DEFAULT

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c