summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+4
* | | | | | | | Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
* | | | | | | | Input: add support for the Samsung S6SY761 touchscreenAndi Shyti2017-11-103-0/+571
* | | | | | | | Input: add support for HiDeep touchscreenAnthony Kim2017-11-103-0/+1132
* | | | | | | | Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-071-13/+3
* | | | | | | | Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-0721-9/+32
|\| | | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-032-0/+2
| |\| | | | | |
| | * | | | | | Input: sparse-keymap - send sync event for KE_SW/KE_VSWStefan Brüns2017-11-031-0/+1
| | * | | | | | Input: ar1021_i2c - set INPUT_PROP_DIRECTMartin Kepplinger2017-11-031-0/+1
| * | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0216-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-283-9/+14
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan2017-10-271-2/+3
| | * | | | | Input: gtco - fix potential out-of-bound accessDmitry Torokhov2017-10-271-7/+10
| | * | | | | Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng2017-10-241-0/+1
* | | | | | | Input: convert autorepeat timer to use timer_setup()Kees Cook2017-11-031-6/+5
* | | | | | | Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim2017-11-031-12/+40
* | | | | | | Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King2017-10-271-1/+1
* | | | | | | Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan2017-10-253-0/+234
* | | | | | | Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-241-27/+98
* | | | | | | Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov2017-10-241-0/+1
* | | | | | | Input: hil_mlc - convert to using timer_setup()Kees Cook2017-10-241-2/+2
* | | | | | | Input: hp_sdc - convert to using timer_setup()Kees Cook2017-10-241-3/+2
* | | | | | | Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-245-18/+18
* | | | | | | Input: keyboard - convert timers to use timer_setup()Kees Cook2017-10-246-22/+19
* | | | | | | Input: uinput - fold header into the driver properDmitry Torokhov2017-10-231-1/+39
* | | | | | | Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-231-18/+10
* | | | | | | Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-231-116/+115
* | | | | | | Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-231-1/+5
* | | | | | | Input: ad7877 - convert to using timer_setup()stephen lu2017-10-231-3/+3
* | | | | | | Input: gpio-keys - convert timers to use timer_setup()stephen lu2017-10-231-4/+3
* | | | | | | Input: ff_memless - convert to using timer_setup()Kees Cook2017-10-231-4/+4
* | | | | | | Input: alps - convert to using timer_setup()Kees Cook2017-10-231-4/+4
* | | | | | | Input: byd - convert to using timer_setup()Kees Cook2017-10-231-4/+6
* | | | | | | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-2316-131/+246
|\| | | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-219-96/+183
| |\| | | | | | | |/ / / / | |/| | | |
| | * | | | Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov2017-10-191-2/+14
| | * | | | Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander2017-10-191-6/+64
| | * | | | Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-191-1/+2
| | * | | | Input: factor out and export input_device_id matching codeDmitry Torokhov2017-10-191-45/+38
| | * | | | Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil2017-10-191-23/+44
| | * | | | Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede2017-10-191-1/+1
| | * | | | Input: tca8418 - enable interrupt after it has been requestedDamien Riegel2017-10-191-12/+17
| | * | | | Input: stmfts - fix setting ABS_MT_POSITION_* maximum sizeChanwoo Choi2017-10-181-4/+2
| | * | | | Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreenJeff Lance2017-10-181-1/+1
| | * | | | Input: synaptics - disable kernel tracking on SMBus devicesAndrew Duggan2017-10-091-2/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-223-22/+50
| |\| | | | | | |/ / / | |/| | |
| | * | | Input: elan_i2c - extend Flash-Write delayKT Liao2017-09-221-1/+1
| | * | | 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-212-3/+28
OpenPOWER on IntegriCloud