index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
tablet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
*
Input: tablet - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-06-03
5
-5
/
+5
*
Input: pegasus-notetaker - check pipe type when probing
Soumya Negi
2023-04-10
1
-0
/
+6
*
input: drop empty comment blocks
Christophe JAILLET
2022-09-30
2
-6
/
+0
*
Input: aiptek - switch to using dev_groups for driver-specific attributes
Dmitry Torokhov
2022-09-03
1
-16
/
+4
*
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
3
-3
/
+3
*
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
2
-2
/
+2
|
\
|
*
Input: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
2
-2
/
+2
*
|
Merge branch 'ib/5.17-cros-ec-keyb' into next
Dmitry Torokhov
2022-05-19
1
-6
/
+4
|
\
|
|
*
Input: aiptek - properly check endpoint type
Pavel Skripkin
2022-03-15
1
-6
/
+4
*
|
Input: aiptek - remove redundant assignment to variable ret
Colin Ian King
2022-04-20
1
-2
/
+1
|
/
*
Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emit
Jiapeng Chong
2021-02-23
1
-47
/
+33
*
Input: gtco - remove driver
Dmitry Torokhov
2020-12-10
3
-1056
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-07
2
-4
/
+4
*
Input: gtco - drop redundant variable reinit
Johan Hovold
2020-01-10
1
-2
/
+0
*
Input: gtco - fix extra-descriptor debug message
Johan Hovold
2020-01-10
1
-1
/
+2
*
Input: gtco - fix endpoint sanity check
Johan Hovold
2020-01-10
1
-7
/
+3
*
Input: aiptek - use descriptors of current altsetting
Johan Hovold
2020-01-10
1
-1
/
+1
*
Input: aiptek - fix endpoint sanity check
Johan Hovold
2020-01-10
1
-3
/
+3
*
Input: pegasus_notetaker - fix endpoint sanity check
Johan Hovold
2020-01-10
1
-1
/
+1
*
Input: fix Kconfig indentation
Krzysztof Kozlowski
2019-11-23
1
-10
/
+10
*
Input: kbtab - sanity check for endpoint type
Oliver Neukum
2019-08-01
1
-2
/
+4
*
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-07-15
7
-49
/
+7
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
3
-43
/
+3
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55
Thomas Gleixner
2019-05-24
1
-6
/
+1
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
|
Input: gtco - bounds check collection indent level
Grant Hernandez
2019-07-13
1
-3
/
+17
|
/
*
Input: wacom_serial4 - add support for Wacom ArtPad II tablet
Jason Gerecke
2019-03-10
1
-0
/
+2
*
Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
*
Input: pegasus_notetaker - do not rely on input_dev->users
Marcus Folkesson
2018-03-17
1
-2
/
+5
*
Input: pagasus_notetaker - fix deadlock in autosuspend
Marcus Folkesson
2018-03-17
1
-6
/
+19
*
Input: inline macros for MODULE_LICENSE, etc
Julia Lawall
2018-01-17
4
-34
/
+9
*
Input: remove unneeded DRIVER_LICENSE #defines
Greg Kroah-Hartman
2018-01-17
3
-6
/
+3
*
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
Input: gtco - fix potential out-of-bound access
Dmitry Torokhov
2017-10-28
1
-7
/
+10
|
/
*
Input: wacom_serial4 - constify serio_device_id
Arvind Yadav
2017-08-19
1
-1
/
+1
*
Input: kbtab - constify usb_device_id
Arvind Yadav
2017-08-08
1
-1
/
+1
*
Input: acecad - constify usb_device_idi and fix space before '[' error
Arvind Yadav
2017-08-08
1
-1
/
+1
*
Input: aiptek - constify attribute_group structures
Arvind Yadav
2017-07-12
1
-1
/
+1
*
Input: kbtab - validate number of endpoints before using them
Johan Hovold
2017-03-16
1
-0
/
+3
*
Input: hanwang - validate number of endpoints before using them
Johan Hovold
2017-03-16
1
-0
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
2
-2
/
+2
*
Input: pegasus_notetaker - directly include workqueue header
Martin Kepplinger
2016-08-25
1
-0
/
+1
*
Input: pegasus_notetaker - set device mode in reset_resume() if in use
Martin Kepplinger
2016-07-19
1
-1
/
+13
*
Input: pegasus_notetaker - cancel workqueue's work in suspend()
Martin Kepplinger
2016-07-19
1
-0
/
+1
*
Input: pegasus_notetaker - fix usb_autopm calls to be balanced
Martin Kepplinger
2016-07-19
1
-14
/
+19
*
Input: pegasus_notetaker - handle usb control msg errors
Martin Kepplinger
2016-07-19
1
-9
/
+20
[next]