aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov1-14/+29
2009-06-28Input: wacom - add DTF720a support and fix rotation on Intuos3Ping Cheng1-1/+5
2009-06-03Input: wacom - clear Intuos4 wheel data when finger leaves proximityPing Cheng1-0/+3
2009-05-08Input: wacom - add support for Intuos4 tabletsPing Cheng4-41/+148
2009-05-08Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov2-4/+14
2009-04-28Input: wacom - fix TabletPC touch bugPing Cheng2-4/+14
2009-04-17Input: gtco - add MODULE_DESCRIPTION()Dmitry Torokhov1-0/+1
2008-12-30Input: gtco - use USB endpoint APIJulia Lawall1-1/+1
2008-12-20Input: make some variables and functions staticRoel Kluin1-1/+1
2008-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-49/+356
2008-11-26Input: wacom - add support for new USB Tablet PCsPing Cheng4-49/+356
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman5-10/+16
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman1-5/+8
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov1-15/+38
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier1-15/+38
2008-08-18Input: remove version.h from drivers that don't need itHuang Weiyi1-1/+0
2008-07-07Input: gtco - eliminate early returnJulia Lawall1-1/+1
2008-06-17Merge branch 'for-linus' into nextDmitry Torokhov1-10/+7
2008-05-30Input: gtco - fix double kfree in error handling pathDmitry Torokhov1-10/+7
2008-05-16Input: wacom - make one-bit signed bitfields unsignedHarvey Harrison1-1/+1
2008-05-16Input: wacom - cleanup handling of tablet IDsPing Cheng1-20/+19
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-11/+11
2008-04-29input: use get_unaligned_* helpersHarvey Harrison3-17/+17
2008-04-28usb input endianness annotations and fixesAl Viro1-4/+4
2008-04-24Input: wacom - add support for Cintiq 20WSXPing Cheng1-0/+2
2008-04-15Input: aiptek - add support for Genius G-PEN 560 tabletGuryanov Dmitry2-5/+7
2008-04-15Input: wacom - implement suspend and autosuspendOliver Neukum2-10/+69
2008-03-14Input: wacom - add support for Bamboo1, BambooFun, and Cintiq 12WXPing Cheng4-12/+32
2007-10-19get rid of input BIT* duplicate definesJiri Slaby4-33/+54
2007-07-10Input: wacom - add support for the new Bamboo tabletsPing Cheng4-9/+53
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-15missing dependencies for USB drivers in inputAl Viro1-0/+4
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov10-0/+5065