]> git.baikalelectronics.ru Git - kernel.git/commit
Input: cyapa - add gen5 trackpad device basic functions support
authorDudley Du <dudl@cypress.com>
Sun, 18 Jan 2015 02:49:37 +0000 (18:49 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 18 Jan 2015 08:10:28 +0000 (00:10 -0800)
commit4fd5bd2ad2d1909b977564a27b891afebaeb106d
treee93975e5f1abcafaef9da0a0c157b89e4acf7e72
parent079bd829be31a03258e0f0f10d50db718f1dbda3
Input: cyapa - add gen5 trackpad device basic functions support

This change adds support for Gen5 Cypress trackpads. The driver detects
generation of the device at probe time and automatically selects
appropriate protocol.

Signed-off-by: Dudley Du <dudl@cypress.com>
Tested-by: Jeremiah Mahler <jmmahler@gmail.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 [new file with mode: 0644]