index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
/
cypress_ps2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
Input: cypress_ps2 - fix waiting for command response
Dmitry Torokhov
1
-45
/
+13
2024-07-03
Input: cypress_ps2 - use u8 when dealing with byte data
Dmitry Torokhov
1
-44
/
+34
2024-07-03
Input: cypress_ps2 - propagate errors from lower layers
Dmitry Torokhov
1
-27
/
+35
2024-07-03
Input: cypress_ps2 - report timeouts when reading command status
Dmitry Torokhov
1
-3
/
+6
2024-07-03
Input: cypress_ps2 - fix error handling when sending command fails
Dmitry Torokhov
1
-17
/
+15
2024-07-03
Input: cypress_ps2 - clean up setting reporting rate
Dmitry Torokhov
1
-2
/
+3
2024-06-02
Input: mouse - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
1
-1
/
+1
2022-05-21
Input: cypress_ps2 - fix typo in comment
Julia Lawall
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2017-01-22
Input: mouse - drop unnecessary calls to input_set_drvdata
Guenter Roeck
1
-2
/
+0
2017-01-21
Input: mouse - use local variables consistently
Guenter Roeck
1
-2
/
+2
2015-02-15
Input: psmouse - use IS_ENABLED instead of homegrown code
Dmitry Torokhov
1
-5
/
+0
2015-02-01
Input: MT - add support for balanced slot assignment
Henrik Rydberg
1
-1
/
+1
2014-03-26
Input: cypress_ps2 - don't report as a button pads
Hans de Goede
1
-1
/
+0
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-31
Input: cypress_ps2 - do not consider data bad if palm is detected
Joseph Salisbury
1
-16
/
+3
2013-10-31
Input: cypress_ps2 - remove useless cast
Geyslan G. Bem
1
-4
/
+4
2013-09-18
Input: cypress_ps2 - remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-02-22
Input: cypress_ps2 - fix trackpadi found in Dell XPS12
Kamal Mostafa
1
-6
/
+13
2013-01-17
Input: add support for Cypress PS/2 Trackpads
Dudley Du
1
-0
/
+725