summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
Commit message (Expand)AuthorAgeFilesLines
* input: drop empty comment blocksChristophe JAILLET2022-09-292-6/+0
* Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-16/+4
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-183-3/+3
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-032-2/+2
|\
| * Input: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-232-2/+2
* | Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov2022-05-181-6/+4
|\|
| * Input: aiptek - properly check endpoint typePavel Skripkin2022-03-141-6/+4
* | Input: aiptek - remove redundant assignment to variable retColin Ian King2022-04-201-2/+1
|/
* Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-221-47/+33
* Input: gtco - remove driverDmitry Torokhov2020-12-093-1056/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-072-4/+4
* Input: gtco - drop redundant variable reinitJohan Hovold2020-01-101-2/+0
* Input: gtco - fix extra-descriptor debug messageJohan Hovold2020-01-101-1/+2
* Input: gtco - fix endpoint sanity checkJohan Hovold2020-01-101-7/+3
* Input: aiptek - use descriptors of current altsettingJohan Hovold2020-01-101-1/+1
* Input: aiptek - fix endpoint sanity checkJohan Hovold2020-01-101-3/+3
* Input: pegasus_notetaker - fix endpoint sanity checkJohan Hovold2020-01-101-1/+1
* Input: fix Kconfig indentationKrzysztof Kozlowski2019-11-221-10/+10
* Input: kbtab - sanity check for endpoint typeOliver Neukum2019-08-011-2/+4
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-157-49/+7
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-43/+3
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Thomas Gleixner2019-05-241-6/+1
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* | Input: gtco - bounds check collection indent levelGrant Hernandez2019-07-131-3/+17
|/
* Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke2019-03-091-0/+2
* Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1
* Input: pegasus_notetaker - do not rely on input_dev->usersMarcus Folkesson2018-03-171-2/+5
* Input: pagasus_notetaker - fix deadlock in autosuspendMarcus Folkesson2018-03-171-6/+19
* Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-174-34/+9
* Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-163-6/+3
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Input: gtco - fix potential out-of-bound accessDmitry Torokhov2017-10-271-7/+10
|/
* Input: wacom_serial4 - constify serio_device_idArvind Yadav2017-08-181-1/+1
* Input: kbtab - constify usb_device_idArvind Yadav2017-08-071-1/+1
* Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav2017-08-071-1/+1
* Input: aiptek - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* Input: kbtab - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
* Input: hanwang - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger2016-08-251-0/+1
* Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger2016-07-191-1/+13
* Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger2016-07-191-0/+1
* Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger2016-07-191-14/+19
* Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger2016-07-191-9/+20
* Merge branch 'for-linus' into nextDmitry Torokhov2016-07-191-1/+9
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2016-05-164-31/+33
| |\
| * | Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-03-311-1/+9