| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-06-13 | 1 | -22/+22 |
|\ |
|
| * | Input: usbtouchscreen - fix fallout caused by move from drivers/usb | Ondrej Zary | 2007-06-12 | 1 | -22/+22 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2007-05-23 | 3 | -7/+8 |
|\ \
| |/ |
|
| * | Input: ads7846 - SPI_CPHA mode bugfix | Semih Hazar | 2007-05-22 | 1 | -1/+1 |
| * | Input: ads7846 - document that it handles tsc2046 too | David Brownell | 2007-05-22 | 2 | -4/+5 |
| * | Input: ucb1400_ts - use sched_setscheduler() | Satoru Takeuchi | 2007-05-22 | 1 | -2/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-05-22 | 1 | -4/+3 |
|\ \ |
|
| * | | input: hp680_ts compile fixes. | Kristoffer Ericson | 2007-05-14 | 1 | -4/+3 |
| |/ |
|
* | | missing dependencies for USB drivers in input | Al Viro | 2007-05-15 | 1 | -0/+1 |
|/ |
|
* | Input: move USB touchscreens under drivers/input/touchscreen | Dmitry Torokhov | 2007-05-08 | 3 | -11/+905 |
* | sh: hp6xx driver compile fixes. | Kristoffer Ericson | 2007-05-07 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-05-01 | 1 | -0/+1 |
|\ |
|
| * | [PATCH] Input: ucb1400 - set up driver's name to show in sysfs | Cliff Brake | 2007-04-10 | 1 | -0/+1 |
* | | Input: ucb1400 - make delays configurable | Cliff Brake | 2007-04-12 | 1 | -3/+14 |
* | | Input: touchscreens - switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-04-12 | 10 | -6/+10 |
* | | Input: drivers/input/touchscreen - don't access dev->private directly | Dmitry Torokhov | 2007-04-12 | 9 | -13/+8 |
* | | Input: ads7846 - add support for the ads7843 touchscreen | Nicolas Ferre | 2007-02-28 | 1 | -13/+15 |
|/ |
|
* | [PATCH] hrtimers: namespace and enum cleanup | Thomas Gleixner | 2007-02-16 | 1 | -5/+6 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2007-02-10 | 2 | -2/+2 |
|\ |
|
| * | [ALSA] ucb1400_ts.c compilation fix (struct snd_ac97) | Andrew Morton | 2007-02-09 | 1 | -1/+1 |
| * | [PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystem | Nicolas Pitre | 2006-12-12 | 1 | -1/+1 |
| * | [PATCH] ucb1400_ts depends SND_AC97_BUS | Randy Dunlap | 2006-12-10 | 1 | -1/+1 |
* | | Input: ads7846 - be more compatible with the hwmon framework | David Brownell | 2007-01-18 | 2 | -91/+224 |
* | | Input: ads7846 - detect pen up from GPIO state | Imre Deak | 2007-01-18 | 1 | -39/+41 |
* | | Input: ads7846 - select correct SPI mode | Imre Deak | 2007-01-18 | 1 | -0/+4 |
* | | Input: ads7846 - switch to using hrtimer | Imre Deak | 2007-01-18 | 1 | -11/+15 |
* | | Input: ads7846 - optionally leave Vref on during differential measurements | Imre Deak | 2007-01-18 | 1 | -13/+17 |
* | | Input: ads7846 - pluggable filtering logic | Imre Deak | 2007-01-18 | 1 | -40/+95 |
|/ |
|
* | Input: ucb1400 - fix compile error | Dmitry Torokhov | 2006-12-08 | 1 | -1/+1 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-12-08 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | | Input: handle serio_register_driver() errors | Akinobu Mita | 2006-11-23 | 7 | -14/+7 |
* | | Input: add Philips UCB1400 touchscreen driver | Nicolas Pitre | 2006-11-17 | 3 | -0/+595 |
* | | Input: touchscreens - handle errors when registering input devices | Dmitry Torokhov | 2006-11-05 | 5 | -44/+68 |
* | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-11-04 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | sh: Cleanup board header directories. | Paul Mundt | 2006-10-19 | 1 | -1/+1 |
| * | [ARM] Fix Zaurii keyboard/touchscreen drivers | Russell King | 2006-10-15 | 1 | -2/+2 |
* | | Input: ads7846 - handle errors from sysfs | Dmitry Torokhov | 2006-11-02 | 1 | -34/+61 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 11 | -46/+32 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2006-10-02 | 6 | -34/+756 |
|\ |
|
| * | Input: add driver for Touchwin serial touchscreens | Rick Koch | 2006-08-05 | 3 | -0/+216 |
| * | Input: add driver for Touchright serial touchscreens | Rick Koch | 2006-08-05 | 3 | -0/+209 |
| * | Input: add driver for Penmount serial touchscreens | Rick Koch | 2006-08-05 | 3 | -0/+198 |
| * | Input: elo - add support for non-pressure-sensitive touchscreens | Shaun Jackman | 2006-08-05 | 1 | -17/+107 |
| * | Input: elo - fix checksum calculation | Shaun Jackman | 2006-08-05 | 1 | -26/+29 |
| * | Input: elo - handle input_register_device() failures | Dmitry Torokhov | 2006-08-05 | 1 | -6/+12 |
* | | sh: APM/PM support. | Andriy Skulysh | 2006-09-27 | 1 | -14/+0 |
|/ |
|
* | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-07-02 | 1 | -1/+1 |
|\ |
|
| * | [ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includes | Thomas Gleixner | 2006-07-01 | 1 | -1/+1 |
* | | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 4 | -5/+5 |
|/ |
|