summaryrefslogtreecommitdiff
path: root/drivers/input/tablet
AgeCommit message (Expand)Author
2023-04-09Input: pegasus-notetaker - check pipe type when probingSoumya Negi
2022-09-29input: drop empty comment blocksChristophe JAILLET
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-18Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov
2022-04-23Input: remove third argument of usb_maxpacket()Vincent Mailhol
2022-04-20Input: aiptek - remove redundant assignment to variable retColin Ian King
2022-03-14Input: aiptek - properly check endpoint typePavel Skripkin
2021-02-22Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2020-12-09Input: gtco - remove driverDmitry Torokhov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-10Input: gtco - drop redundant variable reinitJohan Hovold
2020-01-10Input: gtco - fix extra-descriptor debug messageJohan Hovold
2020-01-10Input: gtco - fix endpoint sanity checkJohan Hovold
2020-01-10Input: aiptek - use descriptors of current altsettingJohan Hovold
2020-01-10Input: aiptek - fix endpoint sanity checkJohan Hovold
2020-01-10Input: pegasus_notetaker - fix endpoint sanity checkJohan Hovold
2019-11-22Input: fix Kconfig indentationKrzysztof Kozlowski
2019-08-01Input: kbtab - sanity check for endpoint typeOliver Neukum
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov
2019-07-13Input: gtco - bounds check collection indent levelGrant Hernandez
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai
2018-03-17Input: pegasus_notetaker - do not rely on input_dev->usersMarcus Folkesson
2018-03-17Input: pagasus_notetaker - fix deadlock in autosuspendMarcus Folkesson
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall
2018-01-16Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27Input: gtco - fix potential out-of-bound accessDmitry Torokhov
2017-08-18Input: wacom_serial4 - constify serio_device_idArvind Yadav
2017-08-07Input: kbtab - constify usb_device_idArvind Yadav
2017-08-07Input: acecad - constify usb_device_idi and fix space before '[' errorArvind Yadav
2017-07-12Input: aiptek - constify attribute_group structuresArvind Yadav
2017-03-16Input: kbtab - validate number of endpoints before using themJohan Hovold
2017-03-16Input: hanwang - validate number of endpoints before using themJohan Hovold
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-25Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger
2016-07-19Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov
2016-06-02Input: add Pegasus Notetaker tablet driverMartin Kepplinger