]> 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)
commita58f1a3d4834ba45448292b331ba7b24a921e785
treee93975e5f1abcafaef9da0a0c157b89e4acf7e72
parentefc95e1434d4c35b25fa50e91cefc0cd11f262e7
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]