]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: cyapa - add gen6 device module support
authorDudley Du <dudl@cypress.com>
Mon, 20 Jul 2015 23:53:30 +0000 (16:53 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 24 Jul 2015 00:34:04 +0000 (17:34 -0700)
commitc2c06c41f700b544c9331caf71c67edb5d131257
tree23514cd249e05661cf0303f92e9a072f7c0f9fd5
parent94897619bf24aca6b37cfa847399a56cf40eab66
Input: cyapa - add gen6 device module support

Based on the cyapa core, add support for basic functionality of the gen6
trackpad devices. The driver can automatically determine what protocol
(gen3, gen5, or gen6) should be used with the attached trackpad device.

Signed-off-by: Dudley Du <dudl@cypress.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/Makefile
drivers/input/mouse/cyapa.c
drivers/input/mouse/cyapa.h
drivers/input/mouse/cyapa_gen5.c
drivers/input/mouse/cyapa_gen6.c [new file with mode: 0644]