summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-05-233-7/+8
|\
| * Input: ads7846 - SPI_CPHA mode bugfixSemih Hazar2007-05-231-1/+1
| * Input: ads7846 - document that it handles tsc2046 tooDavid Brownell2007-05-232-4/+5
| * Input: ucb1400_ts - use sched_setscheduler()Satoru Takeuchi2007-05-231-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-231-4/+3Star
|\ \
| * | input: hp680_ts compile fixes.Kristoffer Ericson2007-05-141-4/+3Star
| |/
* / missing dependencies for USB drivers in inputAl Viro2007-05-161-0/+1
|/
* Input: move USB touchscreens under drivers/input/touchscreenDmitry Torokhov2007-05-083-11/+905
* sh: hp6xx driver compile fixes.Kristoffer Ericson2007-05-071-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-011-0/+1
|\
| * [PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake2007-04-111-0/+1
* | Input: ucb1400 - make delays configurableCliff Brake2007-04-121-3/+14
* | Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1210-6/+10
* | Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov2007-04-129-13/+8Star
* | Input: ads7846 - add support for the ads7843 touchscreenNicolas Ferre2007-03-011-13/+15
|/
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-5/+6
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-02-102-2/+2
|\
| * [ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)Andrew Morton2007-02-091-1/+1
| * [PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystemNicolas Pitre2006-12-121-1/+1
| * [PATCH] ucb1400_ts depends SND_AC97_BUSRandy Dunlap2006-12-101-1/+1
* | Input: ads7846 - be more compatible with the hwmon frameworkDavid Brownell2007-01-182-91/+224
* | Input: ads7846 - detect pen up from GPIO stateImre Deak2007-01-181-39/+41
* | Input: ads7846 - select correct SPI modeImre Deak2007-01-181-0/+4
* | Input: ads7846 - switch to using hrtimerImre Deak2007-01-181-11/+15
* | Input: ads7846 - optionally leave Vref on during differential measurementsImre Deak2007-01-181-13/+17
* | Input: ads7846 - pluggable filtering logicImre Deak2007-01-181-40/+95
|/
* Input: ucb1400 - fix compile errorDmitry Torokhov2006-12-081-1/+1
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-1/+1
|\
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-247-14/+7Star
* | Input: add Philips UCB1400 touchscreen driverNicolas Pitre2006-11-173-0/+595
* | Input: touchscreens - handle errors when registering input devicesDmitry Torokhov2006-11-065-44/+68
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-11-052-3/+3
|\|
| * sh: Cleanup board header directories.Paul Mundt2006-10-191-1/+1
| * [ARM] Fix Zaurii keyboard/touchscreen driversRussell King2006-10-151-2/+2
* | Input: ads7846 - handle errors from sysfsDmitry Torokhov2006-11-031-34/+61
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0511-46/+32Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-026-34/+756
|\
| * Input: add driver for Touchwin serial touchscreensRick Koch2006-08-053-0/+216
| * Input: add driver for Touchright serial touchscreensRick Koch2006-08-053-0/+209
| * Input: add driver for Penmount serial touchscreensRick Koch2006-08-053-0/+198
| * Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman2006-08-051-17/+107
| * Input: elo - fix checksum calculationShaun Jackman2006-08-051-26/+29
| * Input: elo - handle input_register_device() failuresDmitry Torokhov2006-08-051-6/+12
* | sh: APM/PM support.Andriy Skulysh2006-09-271-14/+0Star
|/
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-031-1/+1
|\
| * [ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includesThomas Gleixner2006-07-011-1/+1
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-024-5/+5
|/
* Input: fix potential overflows in driver/input/touchscreenDmitry Torokhov2006-06-263-3/+3
* [PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2006-06-252-6/+3Star