summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2014-04-22Input: soc_button_array - fix a crash during rmmodLejun Zhu-0/+1
2014-04-19Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ...Hans de Goede-0/+42
2014-04-19Input: synaptics - report INPUT_PROP_TOPBUTTONPAD propertyHans de Goede-2/+53
2014-04-19Input: i8042 - add firmware_id supportHans de Goede-0/+21
2014-04-19Input: serio - add firmware_id sysfs attributeHans de Goede-0/+14
2014-04-19Input: wacom - handle 1024 pressure levels in wacom_tpc_penJason Gerecke-1/+1
2014-04-19Input: wacom - references to 'wacom->data' should use 'unsigned char*'Jason Gerecke-18/+9
2014-04-19Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSUREJason Gerecke-0/+9
2014-04-19Input: wacom - use full 32-bit HID Usage value in switch statementJason Gerecke-128/+109
2014-04-19Input: wacom - missed the last bit of expresskey for DTU-1031Ping Cheng-1/+1
2014-04-19Input: ads7846 - fix device usage within attribute showAlexander Stein-1/+1
2014-04-19Input: da9055_onkey - remove use of regmap_irq_get_virq()Adam Thomson-1/+0
2014-04-05Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1208/+1619
2014-04-03Merge branch 'next' into for-linusDmitry Torokhov-1231/+1653
2014-04-03Input: edt-ft5x06 - add a missing conditionDan Carpenter-3/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2014-03-30Input: appletouch - fix jumps when additional fingers are detectedClinton Sprain-6/+21
2014-03-30Input: appletouch - implement sensor data smoothingClinton Sprain-24/+79
2014-03-30Input: add driver for SOC button arrayLejun Zhu-0/+229
2014-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-32/+45
2014-03-30Input: pm8xxx-vibrator - add DT match tableStephen Boyd-1/+8
2014-03-30Input: pmic8xxx-pwrkey - migrate to DTStephen Boyd-13/+20
2014-03-30Input: pmic8xxx-keypad - migrate to DTStephen Boyd-64/+86
2014-03-30Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd-52/+29
2014-03-30Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd-44/+17
2014-03-30Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd-58/+0
2014-03-30Input: add new driver for ARM CLPS711X keypadAlexander Shiyan-0/+220
2014-03-29Input: mousedev - fix race when creating mixed deviceDmitry Torokhov-31/+42
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft-1/+3
2014-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-15/+82
2014-03-28Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann-82/+276
2014-03-28Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann-0/+4
2014-03-28Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann-3/+3
2014-03-28Input: edt-ft5x06 - add DT supportLothar Waßmann-31/+114
2014-03-28Input: edt-ft5x06 - several cleanups; no functional changeLothar Waßmann-9/+6
2014-03-28Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede-0/+8
2014-03-28Input: synaptics - add manual min/max quirkBenjamin Tissoires-0/+47
2014-03-28Input: appletouch - dial back fuzz settingClinton Sprain-6/+9
2014-03-28Input: remove obsolete tnetv107x driversArnd Bergmann-734/+0
2014-03-28Input: sirfsoc-onkey - set the capability of reporting KEY_POWERXianglong Du-0/+1
2014-03-26Input: cypress_ps2 - don't report as a button padsHans de Goede-1/+0
2014-03-26Input: da9052_onkey - use correct register bit for key statusAnthony Olech-13/+16
2014-03-23Input: wistron_btns - simplify dependenciesJean Delvare-1/+1
2014-03-23Input: olpc_apsp - fix dependencies of OLPC AP-SP driverJean Delvare-1/+1
2014-03-23Input: hp_sdc - use del_timer_sync() in exit pathThomas Gleixner-1/+1
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki-1/+2
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov-31/+57