aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/tablet
AgeCommit message (Expand)AuthorFilesLines
2023-04-09Input: pegasus-notetaker - check pipe type when probingGravatar Soumya Negi 1-0/+6
2022-09-29input: drop empty comment blocksGravatar Christophe JAILLET 2-6/+0
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesGravatar Dmitry Torokhov 1-16/+4
2022-08-18Input: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 3-3/+3
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+2
2022-05-18Merge branch 'ib/5.17-cros-ec-keyb' into nextGravatar Dmitry Torokhov 1-6/+4
2022-04-23Input: remove third argument of usb_maxpacket()Gravatar Vincent Mailhol 2-2/+2
2022-04-20Input: aiptek - remove redundant assignment to variable retGravatar Colin Ian King 1-2/+1
2022-03-14Input: aiptek - properly check endpoint typeGravatar Pavel Skripkin 1-6/+4
2021-02-22Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitGravatar Jiapeng Chong 1-47/+33
2020-12-09Input: gtco - remove driverGravatar Dmitry Torokhov 3-1056/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-07Input: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-4/+4
2020-01-10Input: gtco - drop redundant variable reinitGravatar Johan Hovold 1-2/+0
2020-01-10Input: gtco - fix extra-descriptor debug messageGravatar Johan Hovold 1-1/+2
2020-01-10Input: gtco - fix endpoint sanity checkGravatar Johan Hovold 1-7/+3
2020-01-10Input: aiptek - use descriptors of current altsettingGravatar Johan Hovold 1-1/+1
2020-01-10Input: aiptek - fix endpoint sanity checkGravatar Johan Hovold 1-3/+3
2020-01-10Input: pegasus_notetaker - fix endpoint sanity checkGravatar Johan Hovold 1-1/+1
2019-11-22Input: fix Kconfig indentationGravatar Krzysztof Kozlowski 1-10/+10
2019-08-01Input: kbtab - sanity check for endpoint typeGravatar Oliver Neukum 1-2/+4
2019-07-15Merge tag 'v5.2' into nextGravatar Dmitry Torokhov 7-49/+7
2019-07-13Input: gtco - bounds check collection indent levelGravatar Grant Hernandez 1-3/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 3-43/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Gravatar Thomas Gleixner 1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletGravatar Jason Gerecke 1-0/+2
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Gravatar Jia-Ju Bai 1-1/+1
2018-03-17Input: pegasus_notetaker - do not rely on input_dev->usersGravatar Marcus Folkesson 1-2/+5
2018-03-17Input: pagasus_notetaker - fix deadlock in autosuspendGravatar Marcus Folkesson 1-6/+19
2018-01-17Input: inline macros for MODULE_LICENSE, etcGravatar Julia Lawall 4-34/+9
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGravatar Greg Kroah-Hartman 3-6/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27Input: gtco - fix potential out-of-bound accessGravatar Dmitry Torokhov 1-7/+10
2017-08-18Input: wacom_serial4 - constify serio_device_idGravatar Arvind Yadav 1-1/+1
2017-08-07Input: kbtab - constify usb_device_idGravatar Arvind Yadav 1-1/+1
2017-08-07Input: acecad - constify usb_device_idi and fix space before '[' errorGravatar Arvind Yadav 1-1/+1
2017-07-12Input: aiptek - constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-03-16Input: kbtab - validate number of endpoints before using themGravatar Johan Hovold 1-0/+3
2017-03-16Input: hanwang - validate number of endpoints before using themGravatar Johan Hovold 1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-08-25Input: pegasus_notetaker - directly include workqueue headerGravatar Martin Kepplinger 1-0/+1
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useGravatar Martin Kepplinger 1-1/+13
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Gravatar Martin Kepplinger 1-0/+1
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedGravatar Martin Kepplinger 1-14/+19
2016-07-19Input: pegasus_notetaker - handle usb control msg errorsGravatar Martin Kepplinger 1-9/+20
2016-07-19Merge branch 'for-linus' into nextGravatar Dmitry Torokhov 1-1/+9
2016-06-02Input: add Pegasus Notetaker tablet driverGravatar Martin Kepplinger 3-0/+437