summaryrefslogtreecommitdiff
path: root/drivers/input/tablet/aiptek.c
AgeCommit message (Expand)Author
2022-03-23Input: aiptek - properly check endpoint typePavel Skripkin
2020-01-29Input: aiptek - fix endpoint sanity checkJohan Hovold
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall
2017-07-12Input: aiptek - constify attribute_group structuresArvind Yadav
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-03-31Input: aiptek - stop saving struct usb_deviceOliver Neukum
2015-12-02Input: aiptek - fix crash on detecting device without endpointsVladis Dronov
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman
2012-04-25USB: aiptek.c: remove err() usageGreg Kroah-Hartman
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding
2011-07-10Input: aiptek - remove double defineEdwin van Vliet
2010-11-15Input: aiptek - tighten up permissions on sysfs attributesDmitry Torokhov
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29input: use get_unaligned_* helpersHarvey Harrison
2008-04-15Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry
2007-07-10Input: aiptek - update driver versionRene van Paassen
2007-07-10Input: aiptek - rework the function key codeRene van Paassen
2007-07-10Input: aiptek - tolerate newlines in sysfs filesRene van Paassen
2007-07-10Input: aiptek - correct the tool switching codeRene van Paassen
2007-07-10Input: aiptek - use only absolute misc reportsRene van Paassen
2007-07-10Input: aiptek - put sensible warnings in probeRene van Paassen
2007-07-10Input: aiptek - use set_bit instead of bitwise orRene van Paassen
2007-07-10Input: aiptek - fix relative mode parsingMark Vytlacil
2007-07-10Input: aiptek - fixed mouse button definesRene van Paassen
2007-07-10Input: aiptek - correct the proximity and validity checksRene van Paassen
2007-07-10Input: aiptek - correct documentation on reportsRene van Paassen
2007-07-10Input: aiptek - use array to list all buttonsDmitry Torokhov
2007-07-10Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov
2007-07-10Input: aiptek - use maps in attributesDmitry Torokhov
2007-07-10Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov
2007-07-10Input: aiptek - use attribute groupDmitry Torokhov
2007-07-10Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov
2007-07-10Input: aiptek - do not try to export associated event deviceDmitry Torokhov
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov