summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculationFenglin Wu2024-06-161-3/+4
* Input: ims-pcu - fix printf string overflowArnd Bergmann2024-06-161-2/+2
* Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco2023-10-251-0/+1
* Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut2023-08-111-2/+1
* Input: drv260x - sleep between polling GO bitLuca Weiss2023-08-111-0/+1
* Input: rk805-pwrkey - fix module autoloadingPeter Robinson2022-09-151-0/+1
* Input: sparcspkr - fix refcount leak in bbc_beep_probeMiaoqian Lin2022-06-141-0/+1
* Input: cm109 - do not stomp on control URBDmitry Torokhov2020-12-301-2/+5
* Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter2020-11-241-1/+1
* Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold2020-01-291-1/+1
* Input: keyspan-remote - fix control-message timeoutsJohan Hovold2020-01-291-3/+6
* Input: input_event - fix struct padding on sparc64Arnd Bergmann2020-01-141-5/+9
* Input: da9063 - fix capability and drop KEY_SLEEPMarco Felsch2019-10-291-4/+1
* Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOADAndrey Smirnov2019-06-251-2/+20
* Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 deviceHans de Goede2019-04-051-1/+1
* Input: pwm-vibra - stop regulator after disabling pwm, not beforePaweł Chmiel2019-03-231-4/+4
* Input: pwm-vibra - prevent unbalanced regulatorJonathan Bakker2019-03-231-5/+12
* Input: bma150 - register input device after setting private dataJonathan Bakker2019-02-201-4/+5
* Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov2019-01-311-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-0/+1
|\
| * Input: uinput - add a schedule point in uinput_inject_events()Dmitry Torokhov2018-10-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-09-281-1/+1
|\|
| * Input: uinput - allow for max == min during input_absinfo validationPeter Hutterer2018-09-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-185-91/+170
|\|
| * Input: pm8941-pwrkey - add resin entryVinod Koul2018-07-301-0/+8
| * Input: pm8941-pwrkey - abstract register offsets and event codeVinod Koul2018-07-301-13/+49
| * Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()Jia-Ju Bai2018-07-271-2/+2
| * Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai2018-07-271-1/+1
| * Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()Jia-Ju Bai2018-07-271-1/+1
| * Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov2018-06-121-74/+109
| |\
| | * Input: xen-kbdfront - allow better run-time configurationOleksandr Andrushchenko2018-06-121-71/+106
| | * Input: xen-kbdfront - fix multi-touch XenStore node's locationsOleksandr Andrushchenko2018-06-121-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-273-0/+165
|\| |
| * | Input: add Spreadtrum vibrator driverXiaotong Lu2018-06-043-0/+165
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-3/+3
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-051-1/+1
|\| |
| * | Merge tag 'v4.17-rc6' into nextDmitry Torokhov2018-05-243-304/+0
| |\|
| * | Input: ati_remote2 - fix typo 'can by' to 'can be'Wolfram Sang2018-05-151-1/+1
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-04-053-0/+104
|\|
| * Input: add RAVE SP Powerbutton driverAndrey Smirnov2018-03-083-0/+104
* | input: misc: remove blackfin rotary driverArnd Bergmann2018-03-263-304/+0
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-018-244/+10
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-02-018-244/+10
| |\
| | * Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-172-10/+4
| | * Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman2018-01-163-5/+0
| | * Input: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-161-2/+1
| | * Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-091-2/+2