aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Blaze] BMP085 Pressure:Port BMP085 k39 driver to k3.0Dan Murphy2014-10-013-1/+611
* Input: omap4-keypad: add suspend resume handlersAxel Haslam2014-10-011-0/+27
* Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2013-01-165-4/+38
|\
| * Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-153-3/+16
| |\
| | * Input: walkera0701 - fix crash on startupPeter Popovec2013-01-111-3/+4
| | * x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptopsOndrej Zary2013-01-111-0/+9
| | * Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen2012-12-031-0/+3
| * | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-013-1/+22
| |\ \ | | |/
| | * Input: i8042 - disable mux on Toshiba C850DAnisse Astier2012-10-021-0/+6
| | * Input: i8042 - add Gigabyte T1005 series netbooks to noloop tableDmitry Torokhov2012-09-141-0/+14
| | * Input: wacom - Bamboo One 1024 pressure fixChris Bagwell2012-08-151-1/+1
| | * Input: xpad - add Andamiro Pump It Up padYuri Khan2012-07-191-0/+1
| * | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-192-2/+16
| |\ \ | | |/
* | | 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
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2012-04-192-2/+16
|\ \ \
| * \ \ Merge linux-omap-3.0 into android-omap-3.0Todd Poynor2012-04-192-2/+16
| |\ \ \ | | |/ / | |/| / | | |/
| | * Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-03-121-2/+5
| | * Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov2012-01-061-0/+11
* | | HACK: input: mms_ts: Log a touch event after driver enable.JP Abgrall2012-04-051-0/+10
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Dmitry Shmidt2012-02-061-6/+48
|\ \ \ | |/ /
| * | Input: evdev - fix variable initialisationHeiko Stuebner2012-02-011-1/+1
| * | Input: evdev - Add ioctl to block suspend while event queue is not empty.Arve Hjønnevåg2012-01-311-6/+47
| * | Input: evdev - Don't hold wakelock when no data is available to user-spaceArve Hjønnevåg2012-01-311-2/+3
* | | gp2a: set poll_delay to DELAY_LOWBOUND when new delay < DELAY_LOWBOUNDWon Hyoung Lee2011-11-101-0/+9
* | | input: gp2a: Remove cusom filtering of adc values and set the fuzz value insteadArve Hjønnevåg2011-11-101-66/+13
* | | 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
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Dima Zavin2011-11-081-4/+5
|\ \ \ | |/ /
| * | input: gpio_input: don't print debounce message unless flag is setDima Zavin2011-11-081-4/+5
* | | gp2a: delay first read after light sensor enableVishnudev Ramakrishnan2011-10-251-1/+5
* | | gp2a: report light sensor value on enableVishnudev Ramakrishnan2011-10-211-0/+2
* | | input: mms_ts: sleep after suspend/resume commandtyoony2011-10-191-0/+2
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-10-051-9/+9
|\ \ \ | |/ /
| * | input: evdev: do not block waiting for an event if fd is nonblockDima Zavin2011-10-041-8/+6
| * | input: evdev: if no events and non-block, return EAGAIN not 0Dima Zavin2011-10-041-0/+2
| * | input: evdev: only allow reading events if a full packet is presentDima Zavin2011-10-041-1/+1
* | | 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
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Iliyan Malchev2011-09-121-5/+19
|\ \ \ | |/ /
| * | input: misc: gpio; make wake irq conditional, and disable on remove pathsMike J. Chen2011-09-121-5/+19
* | | 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