index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
usbtouchscreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Input: usbtouchscreen - switch to using __free() cleanup facility
Dmitry Torokhov
1
-57
/
+33
2024-07-16
Input: usbtouchscreen - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-32
/
+33
2024-07-16
Input: usbtouchscreen - split device info table into individual pieces
Dmitry Torokhov
1
-331
/
+293
2024-07-16
Input: usbtouchscreen - constify usbtouch_dev_info table
Dmitry Torokhov
1
-11
/
+9
2024-07-16
Input: usbtouchscreen - move process_pkt() into main device structure
Dmitry Torokhov
1
-15
/
+13
2024-07-16
Input: usbtouchscreen - move the driver ID table
Dmitry Torokhov
1
-105
/
+104
2024-07-16
Input: usbtouchscreen - remove custom USB_DEVICE_HID_CLASS macro
Dmitry Torokhov
1
-9
/
+4
2024-07-16
Input: usbtouchscreen - use driver core to instantiate device attributes
Dmitry Torokhov
1
-10
/
+21
2024-06-10
Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
1
-7
/
+8
2023-12-14
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
1
-2
/
+2
2022-08-19
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-28
Input: usbtouchscreen - add driver_info sanity check
Johan Hovold
1
-0
/
+3
2021-05-25
Input: usbtouchscreen - fix control-request directions
Johan Hovold
1
-4
/
+4
2021-01-20
Input: usbtouchscreen - actually check return value of usb_submit_urb()
Lee Jones
1
-0
/
+3
2020-04-19
Input: usbtouchscreen - add support for BonXeon TP
James Hilliard
1
-0
/
+1
2019-08-01
Input: usbtouchscreen - initialize PM mutex before using it
Oliver Neukum
1
-0
/
+2
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2018-05-15
Input: usbtouchscreen - add sysfs attribute for 3M MTouch firmware rev
Nick Dyer
1
-0
/
+94
2018-03-27
Input: usbtouchscreen - do not rely on input_dev->users
Marcus Folkesson
1
-4
/
+5
2018-03-27
Input: usbtouchscreen - fix deadlock in autosuspend
Marcus Folkesson
1
-4
/
+11
2018-01-17
Input: inline macros for MODULE_LICENSE, etc
Julia Lawall
1
-7
/
+2
2015-07-24
Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen
Bernhard Bender
1
-0
/
+3
2015-03-24
Input: usbtouchscreen - add new model from IRTOUCHSYSTEMS
Lars Poeschel
1
-0
/
+11
2014-01-07
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-4
/
+18
2013-12-02
Input: usbtouchscreen - separate report and transmit buffer size handling
Christian Engelmayer
1
-4
/
+18
2013-11-11
Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs
Forest Bond
1
-3
/
+1
2012-09-05
Input: usbtouchscreen - initialize eGalax devices
Forest Bond
1
-0
/
+40
2012-05-05
USB: input: usbtouchscreen.c: fix up dev_* messages
Greg Kroah-Hartman
1
-15
/
+14
2012-05-02
USB: usbtouchscreen.c: remove dbg() usage
Greg Kroah-Hartman
1
-26
/
+42
2012-05-02
USB: input: usbtouchscreen.c: fix up dev_err() usage
Greg Kroah-Hartman
1
-2
/
+2
2012-04-26
USB: usbtouchscreen.c: remove err() usage
Greg Kroah-Hartman
1
-4
/
+6
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
1
-14
/
+3
2012-03-04
Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037
Armando Visconti
1
-0
/
+63
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+36
2011-11-18
USB: convert drivers/input/* to use module_usb_driver()
Greg Kroah-Hartman
1
-12
/
+1
2011-11-05
Input: usbtouchscreen - add ELO IntelliTouch 2700 support
Michael Gebetsroither
1
-0
/
+36
2010-11-22
Input: usbtouchscreen - add support for LG Flatron T1710B
Glenn Sommer
1
-0
/
+1
2010-07-15
Input: usbtouchscreen - implement reset_resume
Oliver Neukum
1
-32
/
+76
2010-07-15
Input: usbtouchscreen - implement runtime power management
Oliver Neukum
1
-3
/
+24
2010-07-15
Input: usbtouchscreen - implement basic suspend/resume
Oliver Neukum
1
-0
/
+25
2010-06-28
Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controller
Petr Štetiar
1
-9
/
+12
2010-06-08
Input: usbtouchscreen - reduce number fo be16_to_cpu conversions
Dmitry Torokhov
1
-16
/
+18
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+6
2010-05-27
Input: usbtouchscreen - support bigger iNexio touchscreens
Ondrej Zary
1
-1
/
+6
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-4
/
+4
2010-05-21
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
1
-4
/
+4
2010-05-19
Input: usbtouchscreen - switch to using kmemdup()
Julia Lawall
1
-3
/
+2
2010-03-01
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-18
/
+299
[next]