summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: elantech - report the middle button of the touchpadUlrik De Bie2014-11-131-0/+19
* Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár2014-11-131-1/+16
* Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár2014-11-091-0/+3
* Input: alps - ignore potential bare packets when device is out of syncPali Rohár2014-11-081-1/+7
* Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie2014-11-081-1/+18
* Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie2014-11-081-2/+14
* Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown2014-11-081-0/+1
* Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai2014-11-061-2/+3
* Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov2014-10-312-9/+274
* Input: altera_ps2 - use correct type for irq return valueTobias Klauser2014-10-311-1/+1
* Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser2014-10-311-1/+1
* Input: max77693-haptic - fix potential overflowDmitry Torokhov2014-10-311-3/+2
* Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov2014-10-281-7/+0
* Input: vsxxxaa - fix code dropping bytes from queueDmitry Torokhov2014-10-281-1/+1
* Input: ims-pcu - fix dead code in ims_pcu_ofn_reg_addr_store()Dmitry Torokhov2014-10-281-1/+1
* Input: opencores-kbd - fix error handlingDmitry Torokhov2014-10-281-1/+1
* Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov2014-10-241-2/+2
* Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544Hans de Goede2014-10-241-0/+16
* Input: stmpe-keypad - fix valid key line bitmaskLinus Walleij2014-10-241-1/+1
* Input: soc_button_array - update calls to gpiod_get*()Alexandre Courbot2014-10-241-1/+1
* Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala2014-10-161-0/+1
* Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala2014-10-161-0/+1
* Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim2014-10-161-1/+1
* Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backendChang Huaixin2014-10-161-2/+2
* Input: alps - fix v4 button press recognitionAndreas Bosch2014-10-151-2/+2
* Input: i8042 - disable active multiplexing by defaultDmitry Torokhov2014-10-112-274/+9
* Input: i8042 - add noloop quirk for Asus X750LNHans de Goede2014-10-111-0/+6
* Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2014-10-112-7/+23
* Merge tag 'v3.17' into nextDmitry Torokhov2014-10-1119-69/+332
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-261-0/+7
| |\
| | * Input: i8042 - fix Asus X450LCP touchpad detectionMarcos Paulo de Souza2014-09-241-0/+7
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-153-8/+17
| |\ \ | | |/
| | * Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-111-0/+2
| | * Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede2014-09-111-0/+7
| | * Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede2014-09-111-0/+8
| | * Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov2014-09-111-8/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-1113-37/+155
| |\ \ | | |/
| | * Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung2014-09-101-7/+38
| | * Input: atmel_mxt_ts - fix double free of input deviceStephen Warren2014-09-101-5/+13
| | * Input: synaptics - add support for ForcePadsDmitry Torokhov2014-09-092-16/+63
| | * Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann2014-09-091-4/+5
| | * Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer2014-09-091-1/+6
| | * Input: wm971x - fix typo in module parameter descriptionMasanari Iida2014-09-092-2/+2
| | * Input: cap1106 - fix register definitionKlaus Goger2014-09-081-2/+2
| | * Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-085-0/+10
| | * Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-084-0/+9
| | * Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede2014-09-081-0/+7
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-035-24/+153
| |\ \ | | |/
| | * Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2014-08-262-9/+130
| | * Input: elantech - reset the device when elantech probe failsUlrik De Bie2014-08-261-0/+1
OpenPOWER on IntegriCloud