summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov1-8/+9
2012-01-05Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov1-122/+113
2012-01-05Input: ucb1400_ts - drop inline annotationsDmitry Torokhov1-9/+9
2012-01-05Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov1-5/+5
2012-01-05Input: ucb1400_ts - set driver ownerDmitry Torokhov1-0/+1
2012-01-05Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov1-6/+6
2011-12-31Input: add driver for pixcir i2c touchscreensJianchun Bian3-0/+252
2011-12-28Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner3-0/+666
2011-12-12Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov1-25/+18
2011-12-12Input: migor-ts - use proper client data accessor functionsDmitry Torokhov1-5/+4
2011-12-12Input: migor-ts - convert to a threaded IRQDmitry Torokhov1-41/+24
2011-12-01Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov1-6/+1
2011-12-01Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron1-2/+2
2011-12-01Input: touchscreen - use macro module_platform_driver()JJ Ding18-228/+18
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen3-3/+0
2011-11-29Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin1-1/+0
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov7-17/+24
2011-11-16Input: ad7879 - consolidate PM methodsDmitry Torokhov4-56/+19
2011-11-15Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing3-0/+314
2011-11-10Input: convert obsolete strict_strtox to kstrtoxJJ Ding3-13/+15
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-11-05Input: usbtouchscreen - add ELO IntelliTouch 2700 supportMichael Gebetsroither2-0/+42
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-17/+17
2011-11-01drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker5-0/+5
2011-10-27Merge branch 'next' into for-linusDmitry Torokhov15-137/+531
2011-10-24input: Convert mc13783-ts to mc13xxx APIUwe Kleine-König1-17/+17
2011-10-12Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity1-0/+6
2011-10-07Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-4/+2
2011-10-07Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz1-6/+15
2011-09-28Input: add a driver for TSC-40 serial touchscreenSebastian Andrzej Siewior3-0/+197
2011-09-21Input: penmount - simplify unregister procedureDmitry Torokhov1-4/+4
2011-09-21Input: penmount - rework handling of different protocolsDmitry Torokhov1-56/+64
2011-09-21Input: penmount - add PenMount 6250 supportJohn Sung1-0/+23
2011-09-21Input: penmount - add PenMount 3000 supportJohn Sung1-4/+75
2011-09-21Input: penmount - add PenMount 6000 supportJohn Sung1-8/+57
2011-09-21Input: penmount - fix the protocolJohn Sung1-6/+8
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke1-0/+2
2011-09-08Input: remove IRQF_DISABLED from driversYong Zhang7-8/+8
2011-09-08Merge commit 'v3.1-rc4' into nextDmitry Torokhov4-2/+18
2011-08-27Input: tsc2007 - add open and close methodsDmitry Torokhov1-8/+38
2011-08-27Input: tsc2007 - convert to threaded IRQDmitry Torokhov1-84/+66
2011-08-24Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov1-4/+4
2011-08-24Input: wacom_w8001 - implement open and closeDmitry Torokhov1-1/+20
2011-08-21Input: tnetv107x-ts - add missing include of linux/module.hAxel Lin1-0/+1
2011-08-21Input: max11801_ts - correct license statementJiejing Zhang1-1/+2
2011-08-17Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen1-0/+12
2011-08-03Input: ad7879 - fix deficient device disableMichael Hennerich1-1/+3
2011-07-19Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin1-10/+5
2011-07-19Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin1-0/+2
2011-07-13Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin1-1/+1