summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: wacom - add LED support for Cintiq 21ux2Ping Cheng2011-10-052-30/+78
* Input: wacom - don't expose LED inactive optionPing Cheng2011-10-051-3/+3
* Input: wacom - lower the LED luminancePing Cheng2011-10-051-1/+1
* Input: add a driver for TSC-40 serial touchscreenSebastian Andrzej Siewior2011-09-283-0/+197
* Input: gpio_keys - use of_property_read_u32()Tobias Klauser2011-09-211-11/+13
* Input: penmount - simplify unregister procedureDmitry Torokhov2011-09-211-4/+4
* Input: penmount - rework handling of different protocolsDmitry Torokhov2011-09-211-56/+64
* Input: penmount - add PenMount 6250 supportJohn Sung2011-09-211-0/+23
* Input: penmount - add PenMount 3000 supportJohn Sung2011-09-211-4/+75
* Input: penmount - add PenMount 6000 supportJohn Sung2011-09-211-8/+57
* Input: penmount - fix the protocolJohn Sung2011-09-211-6/+8
* Input: elantech - remove module parameter force_elantechJJ Ding2011-09-211-10/+2
* Input: elantech - better support all those v2 variantsJJ Ding2011-09-212-5/+42
* Input: elantech - add v4 hardware supportJJ Ding2011-09-092-16/+262
* Input: elantech - add v3 hardware supportJJ Ding2011-09-092-19/+201
* Input: elantech - clean up elantech_initJJ Ding2011-09-091-30/+39
* Input: elantech - packet checking for v2 hardwareJJ Ding2011-09-091-5/+34
* Input: elantech - remove ETP_EDGE_FUZZ_V2JJ Ding2011-09-091-9/+6
* Input: elantech - use firmware provided x, y rangesJJ Ding2011-09-092-16/+58
* Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding2011-09-092-26/+13
* Input: elantech - correct x, y value range for v2 hardwareJJ Ding2011-09-091-4/+4
* Input: twl6040-vibra - fix compiler warningRandy Dunlap2011-09-091-1/+1
* Input: tegra-kbc - tighten lockingDmitry Torokhov2011-09-091-19/+12
* Input: tegra-kbc - fix wakeup from suspendRakesh Iyer2011-09-091-15/+43
* Input: tc3589x-keypad - fix section mismatch warningHarvey Yang2011-09-081-1/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-0719-20/+19
* Input: wacom - add Intuos4 LED and OLED controlEduard Hasenleithner2011-09-072-30/+277
* Merge commit 'v3.1-rc4' into nextDmitry Torokhov2011-09-0732-176/+718
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-2415-145/+241
| |\
| | * Input: ad714x - read the interrupt status registers in a rowMichael Hennerich2011-08-224-41/+49
| | * Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov2011-08-224-103/+131
| | * Input: ad714x - fix endianness issuesMichael Hennerich2011-08-222-33/+25
| | * Input: ad714xx-spi - force SPI bus into the default 8-bit modeMichael Hennerich2011-08-221-0/+6
| | * Input: ep93xx_keypad - add missing include of linux/module.hAxel Lin2011-08-211-0/+1
| | * Input: tnetv107x-ts - add missing include of linux/module.hAxel Lin2011-08-211-0/+1
| | * Input: max11801_ts - correct license statementJiejing Zhang2011-08-201-1/+2
| | * Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen2011-08-171-0/+12
| | * Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake2011-08-171-0/+20
| | * Input: wacom - report id 3 returns 4 bytes of dataPing Cheng2011-08-161-4/+6
| | * Input: wacom - add WAC_MSG_RETRIES definePing Cheng2011-08-161-3/+4
| | * Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)Gerard Braad2011-08-161-0/+4
| | * Input: tegra-kbc - correct call to input_free_deviceAxel Lin2011-08-111-1/+1
| | * Input: mpu3050 - correct call to input_free_deviceAxel Lin2011-08-111-1/+1
| | * Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon2011-08-091-0/+20
| | * Input: mma8450 - fix module device table typeAxel Lin2011-08-091-1/+1
| | * Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena2011-08-051-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-047-6/+24
| |\|
| | * Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-031-1/+3
| | * Input: mma8450 - add device tree probe supportShawn Guo2011-08-011-0/+8
| | * Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser2011-07-301-1/+1