summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg1-3/+3
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+18
2013-08-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-6/+53
2013-08-29Input: i8042 - disable the driver on ARC platformsMischa Jonker1-1/+2
2013-08-26Input: xpad - add signature for Razer Onza Classic EditionMag1-0/+1
2013-08-25Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman1-10/+11
2013-08-25Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman1-5/+7
2013-08-24Input: elantech - fix packet check for v3 and v4 hardwareMatteo Delfino2-4/+41
2013-08-24Input: wacom - add support for 0x300 and 0x301Ping Cheng1-1/+9
2013-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-56/+162
2013-07-12Merge branch 'next' into for-linusDmitry Torokhov3-24/+118
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds1-85/+203
2013-07-06Input: nspire-keypad - replace magic offset with defineDaniel Tang1-1/+1
2013-07-06Input: elantech - fix for newer hardware versions (v7)Matteo Delfino1-8/+9
2013-07-06Input: cyttsp4 - use 16bit address for I2C/SPI communicationFerruh Yigit5-32/+44
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds76-417/+4391
2013-07-04Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit1-1/+3
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+27
2013-07-02Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov1-0/+1
2013-07-02Input: ads7846 - add device tree bindingsDaniel Mack1-11/+104
2013-07-02Input: ads7846 - make sure we do not change platform dataDmitry Torokhov1-5/+5
2013-07-02Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov1-2/+34
2013-07-02Input: cyttsp4 - leak on error path in probe()Dan Carpenter1-3/+3
2013-07-02Input: cyttsp4 - silence NULL dereference warningDan Carpenter1-5/+0
2013-07-02Input: cyttsp4 - silence shift wrap warningDan Carpenter1-1/+1
2013-07-02Merge branch 'next' into for-linusDmitry Torokhov81-325/+4722
2013-07-01Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov1-78/+48
2013-06-30Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+215
2013-06-30Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+100
2013-06-30Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit4-0/+2654
2013-06-30Input: cyttsp - I2C driver split into two modulesFerruh Yigit6-74/+112
2013-06-30Input: add OLPC AP-SP driverDaniel Drake3-0/+298
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-06-27Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()Wei Yongjun1-3/+1
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov15-92/+497
2013-06-25Input: tps6507x-ts - remove vref from platform dataDmitry Torokhov1-5/+0
2013-06-25Input: tps6507x-ts - use bool for booleansDmitry Torokhov1-7/+7
2013-06-25Input: tps6507x-ts - remove bogus unreachable codeAlan Cox1-20/+5
2013-06-25Input: samsung-keypad - let device core setup the default pin configurationThomas Abraham1-50/+2
2013-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-9/+27
2013-06-23input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEPGeert Uytterhoeven1-27/+27
2013-06-18Input: xpad - fix for "Mad Catz Street Fighter IV FightPad" controllersShawn Joseph1-1/+1
2013-06-18Input: wacom - add a new stylus (0x100802) for Intuos5 and CintiqsPing Cheng1-0/+2
2013-06-18Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita1-4/+10
2013-06-18Input: pxa27x-keypad - make platform data constDmitry Torokhov1-24/+23
2013-06-18Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov1-8/+5
2013-06-18Input: pxa27x-keypad - add device tree supportChao Xie1-4/+242
2013-06-18Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie2-12/+24