aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/cyapa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Input: cyapa - off by one in cyapa_update_fw_store()Dan Carpenter1-1/+1
2015-01-18Input: cyapa - add acpi device id supportDudley Du1-0/+11
2015-01-18Input: cyapa - add sysfs interfaces support in the cyapa driverDudley Du1-0/+310
2015-01-18Input: cyapa - add runtime power management supportDudley Du1-1/+187
2015-01-18Input: cyapa - add power management interfaces support for the deviceDudley Du1-0/+136
2015-01-18Input: cyapa - add gen5 trackpad device basic functions supportDudley Du1-0/+13
2015-01-18Input: cyapa - re-design driver to support multi-trackpad in one driverDudley Du1-665/+411
2014-12-04Input: cyapa - use 'error' for error codesDudley Du1-47/+47
2014-12-03Input: cyapa - fix resuming the deviceDudley Du1-4/+3
2014-11-09Input: cyapa - switch to using managed resourcesDudley Du1-79/+105
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-02-13Input: cyapa - add support for smbus protocolBenson Leung1-5/+174
2013-01-17Input: add driver for Cypress APA I2C TrackpadBenson Leung1-0/+804