summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-23Input: mcs - move header file out of I2C realmWolfram Sang2-2/+2
2017-05-23Input: lm8323 - move header file out of I2C realmWolfram Sang1-1/+1
2017-05-12Input: elantech - force relative mode on a certain moduleKT Liao1-0/+11
2017-05-12Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao4-17/+99
2017-05-12Input: elan_i2c - check if device is there before really probingDmitry Torokhov1-0/+7
2017-05-11Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring1-4/+4
2017-05-11Input: use seq_puts() in input_devices_seq_show()Markus Elfring1-1/+1
2017-05-11Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring1-1/+1
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-19Input: xen-kbdfront - add module parameter for setting resolutionJuergen Gross1-25/+14
2017-04-15Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer3-68/+83
2017-04-15Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer1-11/+7
2017-04-15Input: 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: omap-keypad - fix error handling codeChristophe JAILLET1-1/+1
2017-04-11Input: xpad - support some quirky Xbox One padsCameron Gutman1-13/+101
2017-04-11Input: yealink - define packet offset __be16 instead of u16Martin Kepplinger1-1/+1
2017-04-11Input: turbografx - use setup_timerGeliang Tang1-3/+1
2017-04-11Input: locomokbd - use setup_timerGeliang Tang1-3/+2
2017-04-11Input: gameport - use setup_timerGeliang Tang1-3/+2
2017-04-11Input: db9 - use setup_timerGeliang Tang1-3/+1
2017-04-11Input: 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
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov1-5/+1
2017-04-04Input: eeti_ts - switch to using threaded interruptDmitry Torokhov1-43/+36
2017-04-04Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov1-1/+1
2017-04-04Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov1-7/+6
2017-04-04Input: eeti_ts - switch to using managed resourcesDmitry Torokhov1-48/+22
2017-04-04Input: eeti_ts - use input_set_capability()Dmitry Torokhov1-2/+1
2017-04-04Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov1-2/+4
2017-04-04Input: eeti_ts - use BIT(n)Dmitry Torokhov1-4/+4
2017-04-04Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov1-57/+58
2017-04-04Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov3-69/+69
2017-04-04Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov1-25/+18
2017-04-04Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov1-5/+5
2017-04-04Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov1-3/+8
2017-04-04Input: synaptics - use u8 instead of unsigned charDmitry Torokhov2-40/+42