aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: Add driver for Cypress touchpanelsPeter Nordström2014-10-015-0/+5274
* [qtouch] Update the touch driver for updated MT protocolDan Murphy2014-10-011-86/+17
* qtouch: Update the reporting to use the multi touchDan Murphy2014-10-011-6/+11
* [Tablet2] Add qtouch driver to k3.Dan Murphy2014-10-013-0/+1225
* [Blaze] Synaptics: Update the TS driver from K35Dan Murphy2014-10-011-51/+45
* syntm12xx: Port synaptics touch screenDan Murphy2014-10-013-0/+3606
* input: mms_ts: max x/y are max coordinates, not the x/y sizeDima Zavin2012-09-101-2/+2
* Revert "HACK: input: mms_ts: Log a touch event after driver enable."JP Abgrall2012-05-161-10/+0
* HACK: input: mms_ts: Log a touch event after driver enable.JP Abgrall2012-04-051-0/+10
* input: mms_ts: add mod param to die if firmware flash failsDima Zavin2011-11-101-2/+11
* input: mms_ts: reset IC before retrying failed word writetyoony2011-11-101-0/+1
* input: mms_ts: sleep after suspend/resume commandtyoony2011-10-191-0/+2
* input: mms_ts: touch IC finger ids are 1-basedDima Zavin2011-09-211-1/+1
* input: mms_ts: allow the board to provide the firmware filenameDima Zavin2011-09-201-2/+3
* input: mms_ts: don't flash fw in probe, let userspace handle itDima Zavin2011-09-201-1/+1
* input: mms_ts: do not hardcode version in driverDima Zavin2011-09-081-34/+51
* input: mms_ts: make firmware flashing more robustDima Zavin2011-09-081-60/+65
* input: mms_ts: disable irqs during time sensitive operationstyoony2011-09-081-0/+13
* input: mms_ts: firmware and driver update for VA24-3tyoony2011-08-231-1/+1
* input: mms_ts: use i2c_transfer for reading finger datatyoony2011-08-231-1/+21
* input: mms_ts: update driver to work with firmware version 0x21Colin Cross2011-07-271-1/+1
* input: mms_ts: ensure that we only enable/disable onceDima Zavin2011-06-301-0/+17
* input: mms_ts: add early_suspend and late_resume handlertyoony2011-06-271-2/+34
* input: mms_ts: add suspend/resume supportDima Zavin2011-06-271-1/+75
* input: mms_ts: update driver to work with firmware version 0x11tyoony2011-06-211-1/+1
* input: mms_ts: wake up all waiting threads on initializationDima Zavin2011-06-151-1/+1
* input: mms_ts: don't report width major because we don't have itDima Zavin2011-06-151-2/+0
* input: mms_ts: update driver to work with firmware version 0x10Dima Zavin2011-06-151-35/+24
* input: mms_ts: add a power-on reset during initializationDima Zavin2011-06-141-0/+31
* input: mms_ts: add firmware flashing supportDima Zavin2011-06-141-52/+463
* input: mms_ts: update driver to the new firmware i2c protocolDima Zavin2011-06-141-78/+155
* input: mms_ts: properly implement the multi-touch slot protocolDima Zavin2011-06-141-22/+6
* input: touchscreen: add Melfas MMSxxx driverDima Zavin2011-06-143-0/+293
* input: touchscreen: atmel_mxt_ts: Add dummy read after resetColin Cross2011-06-141-0/+4
* Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them t...Rebecca Schultz Zavin2011-06-141-1/+4
* Input: synaptics_i2c_rmi: Send new multi touch eventsArve Hjønnevåg2011-06-141-0/+25
* Input: synaptics_i2c_rmi: Add sensitivity adjust option.Arve Hjønnevåg2011-06-141-0/+7
* Input: synaptics_i2c_rmi: Add support for panels with has-no-relative-data pr...Arve Hjønnevåg2011-06-141-3/+12
* Input: synaptics_i2c_rmi: Driver for Synaptics Touchscreens using RMI over I2C.Arve Hjønnevåg2011-06-143-0/+638
* Merge branch 'next' into for-linusDmitry Torokhov2011-05-2417-70/+399
|\
| * Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding2011-05-171-3/+4
| * Input: tsc2007 - add poll_period parameter to platform dataThierry Reding2011-05-171-3/+3
| * Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding2011-05-171-2/+3
| * Input: tsc2007 - add max_rt parameter to platform dataThierry Reding2011-05-171-1/+3
| * Input: tsc2007 - debounce pressure measurementThierry Reding2011-05-171-1/+3
| * Input: atmel_tsadcc - correct call to input_free_deviceJulia Lawall2011-05-141-1/+1
| * Input: ads7846 - fix gpio_pendown configurationIgor Grinberg2011-05-121-0/+7
| * Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein2011-05-121-8/+11
| * Input: h3600_ts_input - fix a leak of the IRQ during init failureAxel Lin2011-05-031-4/+4
| * Merge commit 'v2.6.39-rc4' into nextDmitry Torokhov2011-04-2214-49/+71
| |\