summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/usbtouchscreen.c
Commit message (Expand)AuthorAgeFilesLines
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-1/+1
* Input: usbtouchscreen - add driver_info sanity checkJohan Hovold2022-06-271-0/+3
* Input: usbtouchscreen - fix control-request directionsJohan Hovold2021-05-241-4/+4
* Input: usbtouchscreen - actually check return value of usb_submit_urb()Lee Jones2021-01-191-0/+3
* Input: usbtouchscreen - add support for BonXeon TPJames Hilliard2020-04-181-0/+1
* Input: usbtouchscreen - initialize PM mutex before using itOliver Neukum2019-08-011-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* Input: usbtouchscreen - add sysfs attribute for 3M MTouch firmware revNick Dyer2018-05-151-0/+94
* Input: usbtouchscreen - do not rely on input_dev->usersMarcus Folkesson2018-03-261-4/+5
* Input: usbtouchscreen - fix deadlock in autosuspendMarcus Folkesson2018-03-261-4/+11
* Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-171-7/+2
* Input: usbtouchscreen - avoid unresponsive TSC-30 touch screenBernhard Bender2015-07-231-0/+3
* Input: usbtouchscreen - add new model from IRTOUCHSYSTEMSLars Poeschel2015-03-241-0/+11
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-12-091-4/+18
|\
| * Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer2013-12-011-4/+18
* | Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDsForest Bond2013-11-111-3/+1
|/
* Input: usbtouchscreen - initialize eGalax devicesForest Bond2012-09-041-0/+40
* USB: input: usbtouchscreen.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-15/+14
* USB: usbtouchscreen.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-26/+42
* USB: input: usbtouchscreen.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-2/+2
* USB: usbtouchscreen.c: remove err() usageGreg Kroah-Hartman2012-04-251-4/+6
* Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-091-14/+3
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-101-0/+36
| |\
| * | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
* | | Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037Armando Visconti2012-03-041-0/+63
| |/ |/|
* | Input: usbtouchscreen - add ELO IntelliTouch 2700 supportMichael Gebetsroither2011-11-051-0/+36
|/
* Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer2010-11-221-0/+1
* Input: usbtouchscreen - implement reset_resumeOliver Neukum2010-07-151-32/+76
* Input: usbtouchscreen - implement runtime power managementOliver Neukum2010-07-151-3/+24
* Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum2010-07-151-0/+25
* Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controllerPetr Štetiar2010-06-281-9/+12
* Input: usbtouchscreen - reduce number fo be16_to_cpu conversionsDmitry Torokhov2010-06-081-16/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-271-1/+6
|\
| * Input: usbtouchscreen - support bigger iNexio touchscreensOndrej Zary2010-05-261-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-4/+4
|\ \ | |/ |/|
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-4/+4
* | Input: usbtouchscreen - switch to using kmemdup()Julia Lawall2010-05-191-3/+2
|/
* Merge branch 'next' into for-linusDmitry Torokhov2010-02-281-18/+299
|\
| * Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()Ondrej Zary2010-02-041-3/+14
| * Input: usbtouchscreen - add NEXIO (or iNexio) supportOndrej Zary2010-02-041-2/+259
| * Input: usbtouchscreen - find input endpoint automaticallyOndrej Zary2010-02-041-3/+14
| * Input: usbtouchscreen - convert from usb_device to usb_interfaceOndrej Zary2010-02-041-10/+12
| * Input: make USB device ids constantMárton Németh2010-01-111-1/+1
* | Input: usbtouchscreen - extend coordinate range for Generaltouch devicesRoy Yin2010-02-211-4/+4
|/
* Input: usbtouchscreen - add support for ET&T TC5UH touchscreen controllerPetr Štetiar2009-11-291-0/+29
* Input: usbtouchscreen - add support for Zytronic capacitive touchscreenDaniel Silverstone2009-11-231-3/+70
* Input: usbtouchscreen - remove unneeded usb_kill_urbOliver Neukum2009-11-231-1/+1
* Input: usbtouchscreen - add support for e2i touchscreen controllerFlorian Echtler2009-07-271-0/+49