summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | Merge branch 'next' into for-linusDmitry Torokhov2013-11-1448-259/+1799
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| * | | | | Input: cypress_ps2 - do not consider data bad if palm is detectedJoseph Salisbury2013-10-311-16/+3
| * | | | | Input: cypress_ps2 - remove useless castGeyslan G. Bem2013-10-311-4/+4
| * | | | | Input: fix PWM-related undefined reference errorsMajunath Goudar2013-10-221-2/+2
| * | | | | Input: ALPS - change secondary device's nameYunkang Tang2013-10-221-1/+1
| * | | | | Input: wacom - not all multi-interface devices support touchPing Cheng2013-10-222-22/+39
| * | | | | Input: nspire-keypad - add missing clk_disable_unprepare() on error pathWei Yongjun2013-10-151-1/+3
| * | | | | Merge tag 'v3.12-rc4' into nextDmitry Torokhov2013-10-088-29/+57
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-09-151-6/+31
| | |\ \ \ \
| | * | | | | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-133-5/+4
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-09-0727-318/+659
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-09-061-0/+1
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | dts: Deprecate ALTR as a vendor prefixDinh Nguyen2013-08-291-0/+1
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-3/+3
| | |\ \ \ \ \
| | | * | | | | HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg2013-09-041-3/+3
| | | |/ / / /
| | * | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-032-15/+18
| | |\ \ \ \ \
| | | * | | | | Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-10/+11
| | | * | | | | Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-5/+7
| | | |/ / / /
| * | | | | | Input: st1232 - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: rotary_encoder - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: pwm-beeper - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: pxa27x_keypad - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: gpio_keys_polled - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: gpio_keys - include linux/of.h headerSachin Kamat2013-10-061-0/+1
| * | | | | | Input: ti_am335x_tsc - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: egalax_ts - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: sirfsoc-onkey - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: tegra-kbc - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: nspire-keypad - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: lpc32xx-keys - remove redundant of_match_ptrSachin Kamat2013-10-061-1/+1
| * | | | | | Input: wacom - add support for three new Intuos Pro devicesPing Cheng2013-09-203-16/+58
| * | | | | | Input: wacom - LED is only supported through digitizer interfacePing Cheng2013-09-201-10/+14
| * | | | | | Input: wacom - testing result shows get_report is unnecessary.Ping Cheng2013-09-201-3/+0
| * | | | | | Input: wacom - send proper tablet state info when pen leaves proximityJason Gerecke2013-09-201-0/+7
| * | | | | | Input: wacom - support EMR and MFT sensors of Cintiq Companion HybridJason Gerecke2013-09-203-2/+47
OpenPOWER on IntegriCloud