aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-7/+445
2017-05-11Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-4/+4
2017-05-10Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi3-0/+423
2017-05-07Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin1-0/+2
2017-05-07Input: xpad - sync supported devices with xboxdrvBenjamin Valentin1-0/+13
2017-05-07Input: xpad - sort supported devices by USB IDBenjamin Valentin1-6/+6
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-27/+6
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+3
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds63-1490/+2557
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds6-0/+853
2017-05-02Merge branch 'next' into for-linusDmitry Torokhov67-1541/+2599
2017-05-01Input: ar1021_i2c - use BIT to check for a bitMartin Kepplinger1-1/+2
2017-05-01Input: twl4030-pwrbutton - use input_set_capability() helperSebastian Reichel1-2/+1
2017-05-01Input: twl4030-pwrbutton - use correct device for irq requestSebastian Reichel1-1/+1
2017-05-01Input: ar1021_i2c - enable touch mode during openMartin Kepplinger1-0/+15
2017-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+7
2017-04-27input: touchscreen: mxs-lradc: || vs && typosDan Carpenter1-3/+3
2017-04-27Merge branches 'ib-mfd-gpio-4.12', 'ib-mfd-iio-input-4.12', 'ib-mfd-input-4.12', 'ib-mfd-leds-4.12', 'ib-mfd-phy-4.12' and 'ib-mfd-pinctrl-samsung-4.12' into ibs-for-mfd-mergedLee Jones6-0/+853
2017-04-24Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov1-0/+7
2017-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+8
2017-04-20Annotate hardware config module parameters in drivers/input/David Howells3-4/+4
2017-04-19Input: xen-kbdfront - add module parameter for setting resolutionJuergen Gross1-25/+14
2017-04-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis1-0/+8
2017-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2017-04-14Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer3-68/+83
2017-04-14Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer1-11/+7
2017-04-14Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer1-1/+1
2017-04-14Input: ar1021_i2c - highlight support for AR1020Martin Kepplinger2-5/+5
2017-04-14Input: ar1021_i2c - do not force raising edge IRQ triggerDmitry Torokhov1-1/+1
2017-04-14Input: ar1021_i2c - fix too long name in driver's device tableDmitry Torokhov1-1/+1
2017-04-12Input: ar1021_i2c - coding style fixesMartin Kepplinger1-2/+2
2017-04-12Input: lpc32xx_ts - check for clk_prepare_enable() errorFabio Estevam1-5/+8
2017-04-12Input: imx6ul_tsc - fix error handlingFabio Estevam1-3/+12
2017-04-11input: cpcap-pwrbutton: New driverSebastian Reichel3-0/+128
2017-04-10Input: omap-keypad - fix error handling codeChristophe JAILLET1-1/+1
2017-04-10Input: xpad - add support for Razer Wildcat gamepadCameron Gutman1-0/+2
2017-04-10Input: xpad - support some quirky Xbox One padsCameron Gutman1-13/+101
2017-04-10Input: yealink - define packet offset __be16 instead of u16Martin Kepplinger1-1/+1
2017-04-10Input: turbografx - use setup_timerGeliang Tang1-3/+1
2017-04-10Input: locomokbd - use setup_timerGeliang Tang1-3/+2
2017-04-10Input: gameport - use setup_timerGeliang Tang1-3/+2
2017-04-10Input: db9 - use setup_timerGeliang Tang1-3/+1
2017-04-10Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETAHans de Goede1-1/+1
2017-04-05Input: pm8xxx-vib - add support for pm8916's vibratorDamien Riegel2-1/+11
2017-04-05Input: pm8xxx-vib - handle separate enable registerDamien Riegel1-1/+10
2017-04-05Input: pm8xxx-vib - parametrize the driverDamien Riegel1-16/+33
2017-04-05Input: pm8xxx-vib - reorder header alphabeticallyDamien Riegel1-4/+4
2017-04-05Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger1-1/+1
2017-04-05Input: eeti_ts - switch to gpiod APIDmitry Torokhov1-17/+7