aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14Input: synaptics - enable InterTouch for the ThinkPad P1 G3Lyude Paul1-0/+1
2022-09-14Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy1-5/+6
2022-09-14Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy1-0/+3
2022-09-14Input: iqs7222 - trim force communication commandJeff LaBundy1-1/+1
2022-09-13Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno1-0/+21
2022-09-08Input: hgpk - fix repeated word in a commentwangjianli1-1/+1
2022-09-06Input: xpad - add support for XBOX One Elite paddlesChristopher Crockett1-61/+193
2022-09-06Input: xpad - Poweroff XBOX360W on mode button long pressSantosh De Massari1-0/+24
2022-09-06Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-09-06Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-7/+17
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-16/+4
2022-09-03Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-18/+4
2022-09-03Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-10/+6
2022-08-31Input: rt5120 - add power key supportChiYuan Huang3-0/+130
2022-08-31Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher1-1/+1
2022-08-30Input: adp5588-keys - use new PM macrosNuno Sá1-4/+4
2022-08-30Input: adp5588-keys - add regulator supportNuno Sá1-0/+20
2022-08-30Input: adp5588-keys - add optional reset gpioNuno Sá1-0/+12
2022-08-30Input: adp5588-keys - fix coding style warningsNuno Sá1-50/+48
2022-08-30Input: adp5588-keys - do not check for irq presenceNuno Sá1-5/+0
2022-08-30Input: adp5588-keys - add support for fw propertiesNuno Sá2-107/+289
2022-08-30Input: adp5588-keys - bail out on returned errorNuno Sá1-18/+38
2022-08-30Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2-132/+144
2022-08-30Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-3/+3
2022-08-30Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2-7/+8
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-08-22Input: rk805-pwrkey - fix module autoloadingPeter Robinson1-0/+1
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang35-76/+76
2022-08-17Input: adc-joystick - add polled input device supportChris Morgan1-12/+53
2022-08-17Input: Add IBM Operation Panel driverEddie James3-0/+218
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into nextDmitry Torokhov32-144/+58
2022-08-17Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König23-68/+23
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-11Input: applespi - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Input: tc3589x-keypad - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds19-919/+1441
2022-08-10Input: mt6779-keypad - support double keys matrixMattijs Korpershoek1-1/+31
2022-08-10Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek1-2/+13
2022-08-05Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+4
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds5-47/+6
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-28/+14
2022-08-02Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman1-6/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov39-1081/+1564
2022-08-02Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov1-7/+8
2022-08-02Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen1-0/+4
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak3-14/+80