aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-253-0/+406
|\
| * input: add driver for tnetv107x touchscreen controllerCyril Chemparathy2010-09-243-0/+406
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-2515-518/+2526
|\ \
| * | Input: ad7877 - switch to using threaded IRQDmitry Torokhov2010-10-181-40/+25
| * | Input: ad7877 - use attribute group to control visibility of attributesDmitry Torokhov2010-10-181-20/+29
| * | Input: ad7877 - filter events where pressure is beyond the maximumMichael Hennerich2010-10-171-0/+7
| * | Input: ad7877 - implement EV_KEY:BTN_TOUCH reportingMichael Hennerich2010-10-171-5/+12
| * | Input: ad7877 - implement specified chip select behaviorMichael Hennerich2010-10-171-1/+11
| * | Input: hp680_ts_input - use cancel_delayed_work_sync()Tejun Heo2010-10-171-4/+2
| * | Input: ads7846 - switch to using threaded IRQJason Wang2010-10-171-430/+456
| * | Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati2010-10-133-0/+661
| * | Input: cy8ctmg110 - add fuzz to ABS_X and ABS_Y to remove jitterJames Ketrenos2010-09-061-2/+2
| * | Merge branch 'mrst-touchscreen' into nextDmitry Torokhov2010-09-053-0/+700
| |\ \
| | * | Input: mrst-touchscreen - move out of stagingDmitry Torokhov2010-09-013-0/+700
| * | | Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt2010-09-051-2/+13
| * | | Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin2010-09-051-2/+1
| * | | Input: stmpe-ts - return -ENOMEM when memory allocation failsAxel Lin2010-09-051-3/+7
| * | | Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Axel Lin2010-09-021-1/+0
| * | | Input: tsc2007 - fix a redundant assignment for pdataAxel Lin2010-09-021-1/+1
| * | | Input: tps6507x-ts - properly unregister input device on removalAxel Lin2010-09-021-1/+1
| * | | Input: tps6507x-ts - add missing call to platform_set_drvdata()Axel Lin2010-09-021-0/+1
| * | | Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin2010-09-021-1/+1
| * | | Input: add LPC32xx touchscreen controller driverKevin Wells2010-08-283-0/+422
| * | | Input: wacom_w8001 - add multitouch slot supportPeter Hutterer2010-08-281-3/+46
| * | | Input: wacom_w8001 - support (and ignore) touch tabletsPeter Hutterer2010-08-281-2/+86
| * | | Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS eventsPeter Hutterer2010-08-281-6/+48
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \ | |/ / |/| |
| * | Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | | touchscreen: Fix sign bugKulikov Vasiliy2010-08-121-1/+1
* | | input: STMPE touch controller supportLuotao Fu2010-08-123-0/+408
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2010-08-101-3/+3
|\ \
| * | Input: cy8ctmg100_ts - signedness bugDan Carpenter2010-08-101-3/+3
* | | Merge branch 'next' into for-linusDmitry Torokhov2010-08-0212-578/+2685
|\ \ \ | |/ / | | / | |/ |/|
| * Input: cy8ctmg110 - capacitive touchscreen supportSamuli Konttila2010-07-313-1/+379
| * Input: usbtouchscreen - implement reset_resumeOliver Neukum2010-07-151-32/+76
| * Input: usbtouchscreen - implement runtime power managementOliver Neukum2010-07-151-3/+24
| * Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum2010-07-151-0/+25
| * Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim2010-07-143-0/+1414
| * Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-041-3/+3
| * Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-031-37/+135
| * Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-031-16/+19
| * Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich2010-07-031-3/+13
| * Input: ad7879 - fix spi word size to 16 bitMichael Hennerich2010-07-031-0/+8
| * Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich2010-07-031-1/+4
| * Input: ad7879 - add open and close methodsDmitry Torokhov2010-07-034-39/+86
| * Input: ad7879 - split bus logic outMike Frysinger2010-07-036-415/+484
| * Input: ad7879 - use threaded IRQDmitry Torokhov2010-06-301-27/+9
| * Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-06-304-9/+1
| |\
| * | Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controllerPetr Štetiar2010-06-282-11/+14
| * | Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin2010-06-281-1/+4