]> 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)
commit7514b47ec639af522738e99c1b9e719b2205eb47
tree23514cd249e05661cf0303f92e9a072f7c0f9fd5
parentd863792932f1530a60f381b70781ad34159c8d63
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]