summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c
AgeCommit message (Expand)AuthorLines
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2012-05-04USB: input: aiptek.c: fix up dev_* messagesGreg Kroah-Hartman-8/+9
2012-05-01USB: aiptek.c: remove dbg() usageGreg Kroah-Hartman-9/+13
2012-05-01USB: input: aiptek.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-04-25USB: aiptek.c: remove err() usageGreg Kroah-Hartman-2/+3
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-15/+19
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman-18/+1
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding-15/+19
2011-07-10Input: aiptek - remove double defineEdwin van Vliet-1/+0
2010-11-15Input: aiptek - tighten up permissions on sysfs attributesDmitry Torokhov-14/+14
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack-9/+6
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-7/+7
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder-1/+1
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman-5/+8
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman-5/+8
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier-15/+38
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2008-04-29input: use get_unaligned_* helpersHarvey Harrison-8/+8
2008-04-15Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry-0/+2
2007-07-10Input: aiptek - update driver versionRene van Paassen-2/+2
2007-07-10Input: aiptek - rework the function key codeRene van Paassen-51/+46
2007-07-10Input: aiptek - tolerate newlines in sysfs filesRene van Paassen-1/+4
2007-07-10Input: aiptek - correct the tool switching codeRene van Paassen-42/+52
2007-07-10Input: aiptek - use only absolute misc reportsRene van Paassen-1/+4
2007-07-10Input: aiptek - put sensible warnings in probeRene van Paassen-6/+22
2007-07-10Input: aiptek - use set_bit instead of bitwise orRene van Paassen-8/+20
2007-07-10Input: aiptek - fix relative mode parsingMark Vytlacil-5/+7
2007-07-10Input: aiptek - fixed mouse button definesRene van Paassen-3/+3
2007-07-10Input: aiptek - correct the proximity and validity checksRene van Paassen-8/+8
2007-07-10Input: aiptek - correct documentation on reportsRene van Paassen-2/+2
2007-07-10Input: aiptek - use array to list all buttonsDmitry Torokhov-17/+12
2007-07-10Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov-22/+2
2007-07-10Input: aiptek - use maps in attributesDmitry Torokhov-224/+138
2007-07-10Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov-101/+0
2007-07-10Input: aiptek - use attribute groupDmitry Torokhov-69/+40
2007-07-10Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov-73/+0
2007-07-10Input: aiptek - do not try to export associated event deviceDmitry Torokhov-42/+0
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov-0/+2236