aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-26Input: ALPS - add support for "Dolphin" devicesYunkang Tang2-42/+179
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-3/+10
2013-12-18Input: zforce - fix error return code in zforce_start()Wei Yongjun1-1/+2
2013-12-18Input: elantech - improve clickpad detectionHans de Goede1-3/+42
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman11-22/+254
2013-12-16Input: don't call input_dev_release_keys() in resumeAleksej Makarov1-19/+57
2013-12-16Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck1-56/+25
2013-12-16Input: wacom - add reporting of SW_MUTE_DEVICE eventsPing Cheng3-3/+44
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov23-99/+375
2013-12-15Input: pmic8xxx-pwrkey - migrate to regmap APIsStephen Boyd1-4/+11
2013-12-15Input: pmic8xxx-pwrkey - pass input device directly to interruptStephen Boyd1-12/+12
2013-12-15Input: pm8xxx-vibrator - migrate to regmap APIsStephen Boyd1-47/+14
2013-12-15Input: pm8xxx-vibrator - switch to using managed resourcesStephen Boyd1-31/+12
2013-12-15Input: cyttsp - include appropriate header file in cyttsp_i2c_common.cRashika Kheria1-0/+2
2013-12-15Input: zforce - fix possible driver hang during suspendHeiko Stübner1-6/+15
2013-12-11Input: tegra-kbc - use reset frameworkStephen Warren1-3/+10
2013-12-09Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENTMichael Hennerich1-1/+1
2013-12-09Input: serio - fix sysfs layoutDmitry Torokhov1-7/+17
2013-12-09Merge tag 'v3.13-rc3' into for-linusDmitry Torokhov9-64/+78
2013-12-08tty: Always handle NULL flag ptrPeter Hurley1-13/+15
2013-12-07Input: samsung-keypad - favor platform data if presentDmitry Torokhov1-15/+21
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+1
2013-12-06Input: use dev_get_platdata()Jingoo Han51-67/+79
2013-12-05Input: sh_keysc - restrict non-COMPILE_TEST compilationLaurent Pinchart1-1/+1
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelYunkang Tang2-3/+204
2013-12-05Input: elantech - add support for newer (August 2013) devicesMatt Walker1-0/+1
2013-12-01Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer1-4/+18
2013-12-01Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov1-2/+2
2013-12-01Input: ads7846 - use IS_ENABLED() macroFabio Estevam1-2/+2
2013-11-26Input: add a new driver for GPIO beeperAlexander Shiyan3-0/+137
2013-11-25Input: wacom - add support for three new Intuos devicesPing Cheng3-18/+51
2013-11-25Input: wacom - make sure touch_max is set for touch devicesPing Cheng1-2/+5
2013-11-25Input: wacom - scale up touch width and height values for Intuos ProJason Gerecke1-2/+2
2013-11-25Input: serio - remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-25Input: twl4030-pwrbutton - simplify driver using devm_*Sebastian Reichel1-22/+4
2013-11-25Input: twl4030-pwrbutton - use dev_err for errorsSebastian Reichel1-3/+3
2013-11-25Input: twl4030-pwrbutton - add device tree supportSebastian Reichel1-4/+12
2013-11-25Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov1-39/+40
2013-11-25Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov1-2/+0
2013-11-25Input: tsc2007 - add device tree support.Denis Carikli1-40/+133
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu4-5/+11
2013-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-4/+484
2013-11-22Merge branch 'next' into for-linusDmitry Torokhov6-4/+484
2013-11-20Input: atmel-wm97xx - fix compile errorDmitry Torokhov1-1/+1
2013-11-20Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer()Dan Carpenter1-1/+4
2013-11-20Input: cyttsp4 - remove unnecessary work pending testXie XiuQi1-2/+1
2013-11-20Input: add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)Florian Echtler3-0/+478
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds42-126/+1544