summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer2013-12-011-4/+18
| * | | | | | | Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov2013-12-011-2/+2
| * | | | | | | Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu2013-11-254-5/+11
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'next' into for-linusDmitry Torokhov2013-11-226-4/+484
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'next' into for-linusDmitry Torokhov2013-11-1448-259/+1799
| |\ \ \ \ \ \
| * | | | | | | Revert "Input: ALPS - add support for model found on Dell XT2"Dmitry Torokhov2013-11-141-1/+0
| | |_|_|/ / / | |/| | | | |
| * | | | | | Input: ALPS - add support for model found on Dell XT2Yunkang Tang2013-10-311-0/+1
| * | | | | | Input: wacom - add support for ISDv4 0x10E sensorJason Gerecke2013-10-221-0/+4
| * | | | | | Input: wacom - add support for ISDv4 0x10F sensorJason Gerecke2013-10-221-0/+4
| * | | | | | Input: wacom - export battery scopeBastien Nocera2013-10-151-0/+4
| * | | | | | Input: cm109 - convert high volume dev_err() to dev_err_ratelimited()Tim Gardner2013-10-061-4/+10
| * | | | | | Input: move name/timer init to input_alloc_dev()David Herrmann2013-10-061-5/+5
| * | | | | | Input: i8042 - i8042_flush fix for a full 8042 bufferAndrey Moiseev2013-09-181-9/+14
| * | | | | | Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn2013-09-181-2/+9
* | | | | | | Input: pmic8xxx-pwrkey - migrate to regmap APIsStephen Boyd2013-12-151-4/+11
* | | | | | | Input: pmic8xxx-pwrkey - pass input device directly to interruptStephen Boyd2013-12-151-12/+12
* | | | | | | Input: pm8xxx-vibrator - migrate to regmap APIsStephen Boyd2013-12-151-47/+14
* | | | | | | Input: pm8xxx-vibrator - switch to using managed resourcesStephen Boyd2013-12-151-31/+12
* | | | | | | Input: cyttsp - include appropriate header file in cyttsp_i2c_common.cRashika Kheria2013-12-151-0/+2
* | | | | | | Input: samsung-keypad - favor platform data if presentDmitry Torokhov2013-12-071-15/+21
* | | | | | | Input: use dev_get_platdata()Jingoo Han2013-12-0651-67/+79
* | | | | | | Input: sh_keysc - restrict non-COMPILE_TEST compilationLaurent Pinchart2013-12-051-1/+1
* | | | | | | Input: ads7846 - use IS_ENABLED() macroFabio Estevam2013-12-011-2/+2
* | | | | | | Input: add a new driver for GPIO beeperAlexander Shiyan2013-11-263-0/+137
* | | | | | | Input: wacom - add support for three new Intuos devicesPing Cheng2013-11-253-18/+51
* | | | | | | Input: wacom - make sure touch_max is set for touch devicesPing Cheng2013-11-251-2/+5
* | | | | | | Input: wacom - scale up touch width and height values for Intuos ProJason Gerecke2013-11-251-2/+2
* | | | | | | Input: serio - remove unnecessary pci_set_drvdata()Jingoo Han2013-11-251-1/+0
* | | | | | | Input: twl4030-pwrbutton - simplify driver using devm_*Sebastian Reichel2013-11-251-22/+4
* | | | | | | Input: twl4030-pwrbutton - use dev_err for errorsSebastian Reichel2013-11-251-3/+3
* | | | | | | Input: twl4030-pwrbutton - add device tree supportSebastian Reichel2013-11-251-4/+12
* | | | | | | Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov2013-11-251-39/+40
* | | | | | | Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov2013-11-251-2/+0
* | | | | | | Input: tsc2007 - add device tree support.Denis Carikli2013-11-251-40/+133
| |_|/ / / / |/| | | | |
* | | | | | Input: atmel-wm97xx - fix compile errorDmitry Torokhov2013-11-201-1/+1
* | | | | | Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer()Dan Carpenter2013-11-201-1/+4
* | | | | | Input: cyttsp4 - remove unnecessary work pending testXie XiuQi2013-11-201-2/+1
* | | | | | Input: add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)Florian Echtler2013-11-203-0/+478
| |/ / / / |/| | | |
* | | | | Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT bindingFelipe Balbi2013-11-111-1/+8
* | | | | Input: cyttsp4 - replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-111-4/+1
* | | | | Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun2013-11-111-1/+3
* | | | | Input: mpu3050 - add missing i2c_set_clientdata() in mpu3050_probe()Wei Yongjun2013-11-111-0/+1
* | | | | Input: tnetv107x-keypad - make irqs signed for error handlingDan Carpenter2013-11-111-2/+2
* | | | | Input: add driver for Neonode zForce based touchscreensHeiko Stübner2013-10-313-0/+850
* | | | | Input: sh_keysc - enable the driver on all ARM platformsLaurent Pinchart2013-10-311-1/+1
* | | | | Input: remove a redundant max() callKang Hu2013-10-311-1/+1
* | | | | Input: mousedev - allow disabling even without CONFIG_EXPERTTom Gundersen2013-10-311-1/+1
* | | | | Input: allow deselecting serio drivers even without CONFIG_EXPERTTom Gundersen2013-10-312-5/+5
* | | | | Input: i8042 - add PNP modaliasesTom Gundersen2013-10-311-0/+2
* | | | | Input: evdev - fall back to vmalloc for client event bufferDaniel Stone2013-10-311-4/+12
OpenPOWER on IntegriCloud