summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Input: tsc2005 - add open/closeDmitry Torokhov1-94/+124
2011-03-17Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov1-19/+81
2011-03-17Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov1-13/+1
2011-03-17Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov1-31/+27
2011-03-17Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov1-20/+16
2011-03-17Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov1-12/+13
2011-03-17Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov1-18/+28
2011-03-17Input: tsc2005 - rework driver initialization codeDmitry Torokhov1-110/+105
2011-03-17Input: tsc2005 - set up bus type in input deviceDmitry Torokhov1-0/+1
2011-03-17Input: tsc2005 - set up parent deviceDmitry Torokhov1-0/+1
2011-03-17Input: tsc2005 - clear driver data after unbindingDmitry Torokhov1-1/+4
2011-03-17Input: tsc2005 - add module descriptionDmitry Torokhov1-0/+1
2011-03-17Input: tsc2005 - remove driver banner messageDmitry Torokhov1-1/+0
2011-03-17Input: tsc2005 - remove incorrect module aliasDmitry Torokhov1-1/+0
2011-03-17Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov1-12/+12
2011-03-17Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov1-7/+12
2011-03-17Input: introduce tsc2005 driverLauri Leukkunen3-0/+725
2010-11-22Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer1-0/+1
2010-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+28
2010-10-29Input: bu21013_ts - fix null dereference in error handlingDan Carpenter1-1/+1
2010-10-29Input: ad7879 - prevent invalid finger data reportsMichael Hennerich1-5/+27
2010-10-27input: hp680_ts_input: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-8/+8
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+406
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds15-518/+2526
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-18Input: ad7877 - switch to using threaded IRQDmitry Torokhov1-40/+25
2010-10-18Input: ad7877 - use attribute group to control visibility of attributesDmitry Torokhov1-20/+29
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-18Input: ad7877 - filter events where pressure is beyond the maximumMichael Hennerich1-0/+7
2010-10-18Input: ad7877 - implement EV_KEY:BTN_TOUCH reportingMichael Hennerich1-5/+12
2010-10-18Input: ad7877 - implement specified chip select behaviorMichael Hennerich1-1/+11
2010-10-18Input: hp680_ts_input - use cancel_delayed_work_sync()Tejun Heo1-4/+2
2010-10-18Input: ads7846 - switch to using threaded IRQJason Wang1-430/+456
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati3-0/+661
2010-09-24input: add driver for tnetv107x touchscreen controllerCyril Chemparathy3-0/+406
2010-09-06Input: cy8ctmg110 - add fuzz to ABS_X and ABS_Y to remove jitterJames Ketrenos1-2/+2
2010-09-05Merge branch 'mrst-touchscreen' into nextDmitry Torokhov3-0/+700
2010-09-05Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt1-2/+13
2010-09-05Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin1-2/+1
2010-09-05Input: stmpe-ts - return -ENOMEM when memory allocation failsAxel Lin1-3/+7
2010-09-03Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Axel Lin1-1/+0
2010-09-03Input: tsc2007 - fix a redundant assignment for pdataAxel Lin1-1/+1
2010-09-03Input: tps6507x-ts - properly unregister input device on removalAxel Lin1-1/+1
2010-09-03Input: tps6507x-ts - add missing call to platform_set_drvdata()Axel Lin1-0/+1
2010-09-03Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin1-1/+1
2010-09-02Input: mrst-touchscreen - move out of stagingDmitry Torokhov3-0/+700
2010-08-29Input: add LPC32xx touchscreen controller driverKevin Wells3-0/+422
2010-08-29Input: wacom_w8001 - add multitouch slot supportPeter Hutterer1-3/+46
2010-08-29Input: wacom_w8001 - support (and ignore) touch tabletsPeter Hutterer1-2/+86
2010-08-29Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS eventsPeter Hutterer1-6/+48