]> git.baikalelectronics.ru Git - kernel.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)
commitbcfd73c1397259529b77e79c35d394a94604953b
tree23514cd249e05661cf0303f92e9a072f7c0f9fd5
parent902a3232895472a25cbe41377e714efc12efa528
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]