aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-16/+4
2022-05-18Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov1-6/+4
2022-04-20Input: aiptek - remove redundant assignment to variable retColin Ian King1-2/+1
2022-03-14Input: aiptek - properly check endpoint typePavel Skripkin1-6/+4
2021-02-22Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong1-47/+33
2020-01-10Input: aiptek - use descriptors of current altsettingJohan Hovold1-1/+1
2020-01-10Input: aiptek - fix endpoint sanity checkJohan Hovold1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai1-1/+1
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall1-9/+2
2017-07-12Input: aiptek - constify attribute_group structuresArvind Yadav1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-31Input: aiptek - stop saving struct usb_deviceOliver Neukum1-9/+11
2015-12-02Input: aiptek - fix crash on detecting device without endpointsVladis Dronov1-0/+9
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+9
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman1-9/+13
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-04-25USB: aiptek.c: remove err() usageGreg Kroah-Hartman1-2/+3
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-15/+19
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-18/+1
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-15/+19
2011-07-10Input: aiptek - remove double defineEdwin van Vliet1-1/+0
2010-11-15Input: aiptek - tighten up permissions on sysfs attributesDmitry Torokhov1-14/+14
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-9/+6
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-7/+7
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman1-5/+8
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman1-5/+8
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier1-15/+38
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-29input: use get_unaligned_* helpersHarvey Harrison1-8/+8
2008-04-15Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry1-0/+2
2007-07-10Input: aiptek - update driver versionRene van Paassen1-2/+2
2007-07-10Input: aiptek - rework the function key codeRene van Paassen1-51/+46
2007-07-10Input: aiptek - tolerate newlines in sysfs filesRene van Paassen1-1/+4
2007-07-10Input: aiptek - correct the tool switching codeRene van Paassen1-42/+52
2007-07-10Input: aiptek - use only absolute misc reportsRene van Paassen1-1/+4
2007-07-10Input: aiptek - put sensible warnings in probeRene van Paassen1-6/+22
2007-07-10Input: aiptek - use set_bit instead of bitwise orRene van Paassen1-8/+20
2007-07-10Input: aiptek - fix relative mode parsingMark Vytlacil1-5/+7
2007-07-10Input: aiptek - fixed mouse button definesRene van Paassen1-3/+3
2007-07-10Input: aiptek - correct the proximity and validity checksRene van Paassen1-8/+8
2007-07-10Input: aiptek - correct documentation on reportsRene van Paassen1-2/+2
2007-07-10Input: aiptek - use array to list all buttonsDmitry Torokhov1-17/+12
2007-07-10Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov1-22/+2
2007-07-10Input: aiptek - use maps in attributesDmitry Torokhov1-224/+138
2007-07-10Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov1-101/+0