summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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: 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: 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
* Input: xen-kbdfront - fix multi-touch XenStore node's locationsOleksandr Andrushchenko2018-10-031-4/+4
* Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko2018-03-031-2/+0
* Input: twl4030-vibra - fix sibling-node lookupJohan Hovold2018-01-231-2/+4
* Input: twl6040-vibra - fix child-node lookupJohan Hovold2018-01-231-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-212-3/+15
|\
| * Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov2017-10-191-2/+14
| * Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede2017-10-191-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-221-18/+39
|\|
| * Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-211-18/+21
| * Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-211-0/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-163-0/+280
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2017-09-153-0/+280
| |\
| | * Input: add a driver for PWM controllable vibratorsSebastian Reichel2017-09-043-0/+280
* | | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-073-3/+3
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-054-4/+4
| |\ \ \ \
| | | | * | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-042-2/+2
| | | |/ / | | |/| |
| | | * | mfd: dm355evm_msp: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| | |/ / | |/| |
* | | | Merge branch 'next' into for-linusDmitry Torokhov2017-09-0411-73/+251
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Input: xen-kbdfront - enable auto repeat for xen keyboard frontend driverLiang Yan2017-08-281-1/+4
| * | Input: axp20x-pek - add support for AXP221 PEKQuentin Schulz2017-08-171-0/+18
| * | Input: axp20x-pek - use driver_data of platform_device_id instead of extended...Quentin Schulz2017-08-171-45/+90
| * | Input: ati_remote2 - constify usb_device_idArvind Yadav2017-08-141-1/+1
| * | Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor2017-08-141-6/+11
| * | Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-071-1/+1
| * | Input: keyspan_remote - constify usb_device_idArvind Yadav2017-08-071-1/+1
| * | Input: add power key driver for Rockchip RK805 PMICJoseph Chen2017-07-243-0/+123
| * | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-242-30/+52
| |\ \
| | * | Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1
| * | | Input: yealink - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
| * | | Input: ims-pcu - constify attribute_group structuresArvind Yadav2017-07-121-2/+2
* | | | Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede2017-08-201-1/+1
| |_|/ |/| |
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-07-121-40/+179
|\| |
| * | Input: xen-kbdfront - add multi-touch supportOleksandr Andrushchenko2017-07-091-40/+179
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-07-062-9/+41
|\| | | |/ |/|
| * Input: xen-kbdfront - use string constants from PV protocolOleksandr Andrushchenko2017-06-091-9/+13
| * Input: axp20x-pek - add wakeup supportHans de Goede2017-06-021-0/+28
* | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-181-6/+14