aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov15-137/+531
2011-10-11Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity1-0/+6
2011-10-06Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-4/+2
2011-10-06Input: 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-20Input: penmount - simplify unregister procedureDmitry Torokhov1-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov1-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung1-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung1-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung1-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung1-6/+8
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke1-0/+2
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang7-8/+8
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov4-2/+18
2011-08-26Input: tsc2007 - add open and close methodsDmitry Torokhov1-8/+38
2011-08-26Input: tsc2007 - convert to threaded IRQDmitry Torokhov1-84/+66
2011-08-23Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov1-4/+4
2011-08-23Input: 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-20Input: max11801_ts - correct license statementJiejing Zhang1-1/+2
2011-08-16Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen1-0/+12
2011-08-02Input: ad7879 - fix deficient device disableMichael Hennerich1-1/+3
2011-07-18Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin1-10/+5
2011-07-18Input: 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
2011-07-13Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin1-2/+2
2011-07-04Input: wm97xx - mark channels which need pen_downWolfram Sang3-15/+20
2011-07-04Input: wm97xx - refactor channel selection in poll_sample()Wolfram Sang3-25/+21
2011-07-04Input: wm97xx - remove redundant defineWolfram Sang4-9/+9
2011-07-04Input: atmel_mxt_ts - handle objects with multiple instances correctlyIiro Valkonen1-2/+4
2011-07-04Input: atmel_mxt_ts - update object listIiro Valkonen1-82/+102
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt1-1/+1
2011-06-27Input: ads7846 - cleanup GPIO initializationIgor Grinberg1-10/+5
2011-06-27Input: tnetv107x-ts - fix MODULE_ALIASAxel Lin1-1/+1
2011-05-24Merge branch 'next' into for-linusDmitry Torokhov17-70/+399
2011-05-17Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding1-3/+4
2011-05-17Input: tsc2007 - add poll_period parameter to platform dataThierry Reding1-3/+3
2011-05-17Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding1-2/+3
2011-05-17Input: tsc2007 - add max_rt parameter to platform dataThierry Reding1-1/+3
2011-05-17Input: tsc2007 - debounce pressure measurementThierry Reding1-1/+3
2011-05-14Input: atmel_tsadcc - correct call to input_free_deviceJulia Lawall1-1/+1
2011-05-12Input: ads7846 - fix gpio_pendown configurationIgor Grinberg1-0/+7
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein1-8/+11
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein1-1/+0
2011-05-05Input: ads7846 - make transfer buffers DMA safeAlexander Stein1-2/+10
2011-05-03Input: h3600_ts_input - fix a leak of the IRQ during init failureAxel Lin1-4/+4
2011-04-27Input: wm831x-ts - move BTN_TOUCH reporting to data transferMark Brown1-3/+2
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedMark Brown1-3/+13
2011-04-27Input: wm831x-ts - fix races with IRQ managementMark Brown1-5/+49
2011-04-22Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov14-49/+71