开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
cyapa.c
Age
Commit message (
Expand
)
Author
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-04-25
Input: cyapa - add missing input core locking to suspend/resume functions
Marek Szyprowski
2023-12-13
Input: mouse - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-09-06
Input: cyapa - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-27
Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
2022-12-02
Input: cyapa - Convert to i2c's .probe_new()
Uwe Kleine-König
2020-12-09
Input: cyapa - switch to using devm_add_action_or_reset()
Fuqian Huang
2020-12-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-11-08
Input: cyapa - fix misnaming of 'cyapa_i2c_write's 'reg' param
Lee Jones
2019-07-24
Input: cyapa - switch to using devm_device_add_group()
Dmitry Torokhov
2018-01-18
Input: cyapa - remove redundant assignment to 'pwr_cmd'
Colin Ian King
2017-01-21
Input: mouse - use local variables consistently
Guenter Roeck
2016-03-04
Input: cyapa - fix for losing events during device power transitions
Dudley Du
2015-07-30
Input: cyapa - introduce device tree binding
Dudley Du
2015-07-30
Input: cyapa - add regulator vcc support
Dudley Du
2015-07-23
Input: cyapa - add ACPI HID CYAP0002 for Gen6 devices
Dudley Du
2015-07-23
Input: cyapa - fully support runtime suspend power management
Dudley Du
2015-07-23
Input: cyapa - add proximity support for gen5 and gen6 modules
Dudley Du
2015-07-23
Input: cyapa - add gen6 device module support
Dudley Du
2015-07-23
Input: cyapa - rename 'gen5' to 'pip' for chared code
Dudley Du
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-04-20
Input: cyapa - fix setting suspend scan rate
Dudley Du
2015-01-22
Input: cyapa - off by one in cyapa_update_fw_store()
Dan Carpenter
2015-01-18
Input: cyapa - add acpi device id support
Dudley Du
2015-01-18
Input: cyapa - add sysfs interfaces support in the cyapa driver
Dudley Du
2015-01-18
Input: cyapa - add runtime power management support
Dudley Du
2015-01-18
Input: cyapa - add power management interfaces support for the device
Dudley Du
2015-01-18
Input: cyapa - add gen5 trackpad device basic functions support
Dudley Du
2015-01-18
Input: cyapa - re-design driver to support multi-trackpad in one driver
Dudley Du
2014-12-04
Input: cyapa - use 'error' for error codes
Dudley Du
2014-12-03
Input: cyapa - fix resuming the device
Dudley Du
2014-11-09
Input: cyapa - switch to using managed resources
Dudley Du
2014-11-02
Input: mouse - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2013-02-13
Input: cyapa - add support for smbus protocol
Benson Leung
2013-01-17
Input: add driver for Cypress APA I2C Trackpad
Benson Leung