开源镜像站
帮助
动态
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
/
cypress_ps2.c
Age
Commit message (
Expand
)
Author
2024-08-29
Input: cypress_ps2 - fix waiting for command response
Dmitry Torokhov
2024-07-03
Input: cypress_ps2 - use u8 when dealing with byte data
Dmitry Torokhov
2024-07-03
Input: cypress_ps2 - propagate errors from lower layers
Dmitry Torokhov
2024-07-03
Input: cypress_ps2 - report timeouts when reading command status
Dmitry Torokhov
2024-07-03
Input: cypress_ps2 - fix error handling when sending command fails
Dmitry Torokhov
2024-07-03
Input: cypress_ps2 - clean up setting reporting rate
Dmitry Torokhov
2024-06-02
Input: mouse - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2022-05-21
Input: cypress_ps2 - fix typo in comment
Julia Lawall
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-01-22
Input: mouse - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2017-01-21
Input: mouse - use local variables consistently
Guenter Roeck
2015-02-15
Input: psmouse - use IS_ENABLED instead of homegrown code
Dmitry Torokhov
2015-02-01
Input: MT - add support for balanced slot assignment
Henrik Rydberg
2014-03-26
Input: cypress_ps2 - don't report as a button pads
Hans de Goede
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-10-31
Input: cypress_ps2 - do not consider data bad if palm is detected
Joseph Salisbury
2013-10-31
Input: cypress_ps2 - remove useless cast
Geyslan G. Bem
2013-09-18
Input: cypress_ps2 - remove casting the return value which is a void pointer
Jingoo Han
2013-02-22
Input: cypress_ps2 - fix trackpadi found in Dell XPS12
Kamal Mostafa
2013-01-17
Input: add support for Cypress PS/2 Trackpads
Dudley Du