index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
touchwin.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-01-20
Input: touchwin - switch to use scnprintf() to suppress truncation warning
Andy Shevchenko
-1
/
+1
2024-06-09
Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-5
/
+1
2017-08-18
Input: touchwin - constify serio_device_id
Arvind Yadav
-1
/
+1
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
-1
/
+0
2012-04-04
Input: serio - use module_serio_driver
Axel Lin
-16
/
+1
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
-2
/
+2
2007-04-12
Input: touchscreens - switch to using input_dev->dev.parent
Dmitry Torokhov
-0
/
+1
2007-04-12
Input: drivers/input/touchscreen - don't access dev->private directly
Dmitry Torokhov
-1
/
+0
2006-11-23
Input: handle serio_register_driver() errors
Akinobu Mita
-2
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
-2
/
+1
2006-08-05
Input: add driver for Touchwin serial touchscreens
Rick Koch
-0
/
+203