aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov1-5/+1
2017-04-03Input: eeti_ts - switch to using threaded interruptDmitry Torokhov1-43/+36
2017-04-03Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov1-1/+1
2017-04-03Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov1-7/+6
2017-04-03Input: eeti_ts - switch to using managed resourcesDmitry Torokhov1-48/+22
2017-04-03Input: eeti_ts - use input_set_capability()Dmitry Torokhov1-2/+1
2017-04-03Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov1-2/+4
2017-04-03Input: eeti_ts - use BIT(n)Dmitry Torokhov1-4/+4
2017-04-03Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov1-57/+58
2017-04-03Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov3-69/+69
2017-04-03Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov1-25/+18
2017-04-03Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov1-5/+5
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov1-3/+8
2017-04-03Input: synaptics - use u8 instead of unsigned charDmitry Torokhov2-40/+42
2017-04-03Input: synaptics - do not abuse -1 as return valueDmitry Torokhov1-25/+46
2017-04-03Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov2-48/+48
2017-04-03Input: synaptics - add synaptics_query_int()Dmitry Torokhov2-48/+32
2017-04-03Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov1-1/+1
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov15-80/+158
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain1-0/+7
2017-04-03Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov1-11/+19
2017-04-01Input: bma150 - remove support for bma150H. Nikolaus Schaller1-10/+1
2017-03-29Input: max11801_ts - add missing of_match_tableJagan Teki1-0/+7
2017-03-29Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin1-4/+9
2017-03-29Input: melfas_mip4 - ensure that device is presentDmitry Torokhov1-0/+11
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman12-29/+116
2017-03-25Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander1-1/+1
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires5-175/+421
2017-03-25Input: synaptics - split device info into a separate structureDmitry Torokhov2-187/+233
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires5-2/+343
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov2-33/+71
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov2-55/+58
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov2-3/+28
2017-03-25Input: serio - add fast reconnect optionDmitry Torokhov1-5/+17
2017-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds12-29/+116
2017-03-23Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov2-6/+6