aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10Input: aiptek - use attribute groupDmitry Torokhov1-69/+40
2007-07-10Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov1-73/+0
2007-07-10Input: aiptek - do not try to export associated event deviceDmitry Torokhov1-42/+0
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov1-0/+2236