summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-251-0/+7
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-163-8/+17
| |\|
| | * Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-121-0/+2
| | * Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede2014-09-121-0/+7
| | * Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede2014-09-121-0/+8
| | * Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov2014-09-121-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-102-16/+63
| | * Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann2014-09-101-4/+5
| | * Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer2014-09-101-1/+6
| | * Input: wm971x - fix typo in module parameter descriptionMasanari Iida2014-09-102-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-045-24/+153
| |\|
| | * Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2014-08-272-9/+130
| | * Input: elantech - reset the device when elantech probe failsUlrik De Bie2014-08-271-0/+1
| | * Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov2014-08-271-2/+2
| | * Input: fix used slots detection breakageDmitry Torokhov2014-08-251-12/+18
| | * Input: sparc - i8042-sparcio.h: fix unused kbd_res warningVincent Stehlé2014-08-191-1/+2
* | | Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner2014-10-103-0/+194
* | | Input: cros_ec_keyb - add of match tableSjoerd Simons2014-10-101-0/+9
* | | Input: serio - avoid negative serio device numbersRichard Leitner2014-10-101-2/+2
* | | Input: avoid negative input device numbersRichard Leitner2014-10-101-1/+1
* | | Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov2014-10-081-1/+2
* | | Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav2014-10-071-0/+1
* | | Input: opencores-kbd - switch to using managed resourcesPramod Gurav2014-10-071-55/+17
* | | Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov2014-10-071-5/+8
* | | Input: soc_button_array - convert to platform busJin Yao2014-09-251-29/+31
* | | Input: palmas-pwrbutton - fix typo in the license stringNishanth Menon2014-09-151-1/+1
* | | Input: palmas-pwrbutton - use IRQF_ONESHOTNishanth Menon2014-09-151-1/+3
* | | Input: psmouse - add support for detecting FocalTech PS/2 touchpadsHans de Goede2014-09-154-1/+91
* | | Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede2014-09-133-14/+18
* | | Input: joystick - use ktime for measuring timingTakashi Iwai2014-09-122-20/+92
* | | Input: add haptic driver on max77693Jaewon Kim2014-09-123-0/+369
* | | Input: introduce palmas-pwrbuttonNishanth Menon2014-09-123-0/+341