summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - enable RMI mode for HP Spectre X360Dmitry Torokhov2019-08-161-0/+1
* Input: elantech - enable SMBus on new (2018+) systemsKai-Heng Feng2019-08-161-29/+25Star
* Input: usbtouchscreen - initialize PM mutex before using itOliver Neukum2019-08-161-0/+2
* Input: alps - fix a mismatch between a condition check and its commentHui Wang2019-07-261-1/+1
* Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black2019-07-261-0/+1
* Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang2019-07-261-0/+32
* Input: gtco - bounds check collection indent levelGrant Hernandez2019-07-261-3/+17
* Input: synaptics - enable SMBUS on T480 thinkpad trackpadCole Rogers2019-07-211-0/+1
* Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang2019-07-141-4/+14
* Input: elantech - enable middle button support on 2 ThinkPadsAaron Ma2019-07-141-0/+2
* Input: silead - add MSSL0017 to acpi_device_idDaniel Smith2019-06-251-0/+1
* Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOADAndrey Smirnov2019-06-251-2/+20
* Input: synaptics - enable SMBus on ThinkPad E480 and E580Alexander Mikhaylenko2019-06-251-0/+2
* Input: synaptics-rmi4 - fix possible double freePan Bian2019-05-161-5/+1Star
* Input: stmfts - acknowledge that setting brightness is a blocking callDmitry Torokhov2019-05-081-14/+16
* Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang2019-05-081-3/+3
* Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach2019-05-021-1/+1
* Input: elan_i2c - add hardware ID for multiple Lenovo laptopsKT Liao2019-04-271-0/+25
* Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 deviceHans de Goede2019-04-051-1/+1
* Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez2019-03-231-2/+2
* Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov2019-03-231-1/+1
* Input: ps2-gpio - flush TX work when closing portDmitry Torokhov2019-03-231-0/+1
* Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov2019-03-231-24/+11Star
* 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: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts2019-03-131-0/+1
* Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke2019-03-131-0/+2
* Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela2019-02-201-0/+9
* Input: bma150 - register input device after setting private dataJonathan Bakker2019-02-201-4/+5
* Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISKMauro Ciancio2019-02-201-0/+1
* Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"Dmitry Torokhov2019-02-201-1/+0Star
* Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov2019-01-311-2/+3
* Input: xpad - add support for SteelSeries Stratus DuoTom Panfil2019-01-311-0/+3
* Input: synaptics - enable SMBus for HP EliteBook 840 G4Mantas Mikulėnas2019-01-131-0/+1
* Input: synaptics - enable RMI on ThinkPad T560Yussuf Khalil2019-01-131-0/+1
* Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren2019-01-131-12/+4Star
* Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer2019-01-091-0/+1
* Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2019-01-091-2/+2
* Input: elantech - disable elan-i2c for P52 and P72Benjamin Tissoires2018-12-291-2/+16
* Input: omap-keypad - fix keyboard debounce configurationTony Lindgren2018-12-211-4/+14
* Input: synaptics - enable SMBus for HP 15-ay000Teika Kazura2018-12-211-0/+1
* Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov2018-12-211-1/+1
* Input: elan_i2c - add support for ELAN0621 touchpadAdam Wong2018-12-081-0/+1
* Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARRNoah Westervelt2018-12-081-0/+1
* Input: elan_i2c - add ELAN0620 to the ACPI tablePatrick Gaskin2018-12-081-0/+1
* Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris2018-12-081-1/+2
* Input: matrix_keypad - check for errors from of_get_named_gpio()Christian Hoff2018-12-081-9/+14
* Input: synaptics - add PNP ID for ThinkPad P50 to SMBusLyude Paul2018-12-081-0/+1
* Input: xpad - quirk all PDP Xbox One gamepadsCameron Gutman2018-12-081-10/+6Star
* Input: synaptics - avoid using uninitialized variable when probingDmitry Torokhov2018-12-011-3/+1Star