summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2010-11-22Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer-0/+1
2010-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-6/+28
2010-10-28Input: bu21013_ts - fix null dereference in error handlingDan Carpenter-1/+1
2010-10-28Input: ad7879 - prevent invalid finger data reportsMichael Hennerich-5/+27
2010-10-27input: hp680_ts_input: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt-8/+8
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+406
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-518/+2526
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-18Input: ad7877 - switch to using threaded IRQDmitry Torokhov-40/+25
2010-10-18Input: ad7877 - use attribute group to control visibility of attributesDmitry Torokhov-20/+29
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-1/+1
2010-10-17Input: ad7877 - filter events where pressure is beyond the maximumMichael Hennerich-0/+7
2010-10-17Input: ad7877 - implement EV_KEY:BTN_TOUCH reportingMichael Hennerich-5/+12
2010-10-17Input: ad7877 - implement specified chip select behaviorMichael Hennerich-1/+11
2010-10-17Input: hp680_ts_input - use cancel_delayed_work_sync()Tejun Heo-4/+2
2010-10-17Input: ads7846 - switch to using threaded IRQJason Wang-430/+456
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati-0/+661
2010-09-24input: add driver for tnetv107x touchscreen controllerCyril Chemparathy-0/+406
2010-09-06Input: cy8ctmg110 - add fuzz to ABS_X and ABS_Y to remove jitterJames Ketrenos-2/+2
2010-09-05Merge branch 'mrst-touchscreen' into nextDmitry Torokhov-0/+700
2010-09-05Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt-2/+13
2010-09-05Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin-2/+1
2010-09-05Input: stmpe-ts - return -ENOMEM when memory allocation failsAxel Lin-3/+7
2010-09-02Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Axel Lin-1/+0
2010-09-02Input: tsc2007 - fix a redundant assignment for pdataAxel Lin-1/+1
2010-09-02Input: tps6507x-ts - properly unregister input device on removalAxel Lin-1/+1
2010-09-02Input: tps6507x-ts - add missing call to platform_set_drvdata()Axel Lin-0/+1
2010-09-02Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin-1/+1
2010-09-01Input: mrst-touchscreen - move out of stagingDmitry Torokhov-0/+700
2010-08-28Input: add LPC32xx touchscreen controller driverKevin Wells-0/+422
2010-08-28Input: wacom_w8001 - add multitouch slot supportPeter Hutterer-3/+46
2010-08-28Input: wacom_w8001 - support (and ignore) touch tabletsPeter Hutterer-2/+86
2010-08-28Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS eventsPeter Hutterer-6/+48
2010-08-12touchscreen: Fix sign bugKulikov Vasiliy-1/+1
2010-08-12input: STMPE touch controller supportLuotao Fu-0/+408
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov-3/+3
2010-08-10Input: cy8ctmg100_ts - signedness bugDan Carpenter-3/+3
2010-08-02Merge branch 'next' into for-linusDmitry Torokhov-578/+2685
2010-07-31Input: cy8ctmg110 - capacitive touchscreen supportSamuli Konttila-1/+379
2010-07-15Input: w90p910_ts - fix call to setup_timer()Wan ZongShun-1/+1
2010-07-15Input: usbtouchscreen - implement reset_resumeOliver Neukum-32/+76
2010-07-15Input: usbtouchscreen - implement runtime power managementOliver Neukum-3/+24
2010-07-15Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum-0/+25
2010-07-14Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim-0/+1414
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim-3/+3
2010-07-03Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin-37/+135
2010-07-03Input: ads7846 - do not allow altering platform dataDmitry Torokhov-16/+19
2010-07-03Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich-3/+13
2010-07-03Input: ad7879 - fix spi word size to 16 bitMichael Hennerich-0/+8
2010-07-03Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich-1/+4