summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai2018-07-271-1/+1
* Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-171-9/+2Star
* Input: aiptek - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Input: aiptek - stop saving struct usb_deviceOliver Neukum2016-03-311-9/+11
* Input: aiptek - fix crash on detecting device without endpointsVladis Dronov2015-12-021-0/+9
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-241-1/+1
|\
| * Input: aiptek - adjust error-handling code labelJulia Lawall2012-04-241-1/+1
* | USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-051-8/+9
* | USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-9/+13
* | USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-021-1/+1
* | USB: aiptek.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-101-15/+19
|\
| * Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-15/+19
* | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-18/+1Star
|/
* Input: aiptek - remove double defineEdwin van Vliet2011-07-111-1/+0Star
* Input: aiptek - tighten up permissions on sysfs attributesDmitry Torokhov2010-11-161-14/+14
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-031-9/+6Star
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-7/+7
* Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* USB: remove info() macro from usb input driversGreg Kroah-Hartman2008-10-171-5/+8
* USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-171-5/+8
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-15/+38
* Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-3/+3
* input: use get_unaligned_* helpersHarvey Harrison2008-04-291-8/+8
* Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry2008-04-151-0/+2
* Input: aiptek - update driver versionRene van Paassen2007-07-101-2/+2
* Input: aiptek - rework the function key codeRene van Paassen2007-07-101-51/+46Star
* Input: aiptek - tolerate newlines in sysfs filesRene van Paassen2007-07-101-1/+4
* Input: aiptek - correct the tool switching codeRene van Paassen2007-07-101-42/+52
* Input: aiptek - use only absolute misc reportsRene van Paassen2007-07-101-1/+4
* Input: aiptek - put sensible warnings in probeRene van Paassen2007-07-101-6/+22
* Input: aiptek - use set_bit instead of bitwise orRene van Paassen2007-07-101-8/+20
* Input: aiptek - fix relative mode parsingMark Vytlacil2007-07-101-5/+7
* Input: aiptek - fixed mouse button definesRene van Paassen2007-07-101-3/+3
* Input: aiptek - correct the proximity and validity checksRene van Paassen2007-07-101-8/+8
* Input: aiptek - correct documentation on reportsRene van Paassen2007-07-101-2/+2
* Input: aiptek - use array to list all buttonsDmitry Torokhov2007-07-101-17/+12Star
* Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov2007-07-101-22/+2Star
* Input: aiptek - use maps in attributesDmitry Torokhov2007-07-101-224/+138Star
* Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov2007-07-101-101/+0Star
* Input: aiptek - use attribute groupDmitry Torokhov2007-07-101-69/+40Star
* Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov2007-07-101-73/+0Star
* Input: aiptek - do not try to export associated event deviceDmitry Torokhov2007-07-101-42/+0Star
* Input: move USB tablets under drivers/input/tabletDmitry Torokhov2007-05-081-0/+2236