summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton-1/+1
2014-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-12/+18
2014-11-25Input: xpad - use proper endpoint typeGreg Kroah-Hartman-3/+13
2014-11-25Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov-9/+1
2014-11-16Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal-0/+4
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-7/+83
2014-11-13Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie-0/+2
2014-11-13Input: elantech - report the middle button of the touchpadUlrik De Bie-0/+19
2014-11-13Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár-1/+16
2014-11-09Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár-0/+3
2014-11-08Input: alps - ignore potential bare packets when device is out of syncPali Rohár-1/+7
2014-11-08Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie-1/+18
2014-11-08Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie-2/+14
2014-11-08Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown-0/+1
2014-11-06Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai-2/+3
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-28/+301
2014-10-31Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov-9/+274
2014-10-31Input: altera_ps2 - use correct type for irq return valueTobias Klauser-1/+1
2014-10-31Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser-1/+1
2014-10-31Input: max77693-haptic - fix potential overflowDmitry Torokhov-3/+2
2014-10-28Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov-7/+0
2014-10-28Input: vsxxxaa - fix code dropping bytes from queueDmitry Torokhov-1/+1
2014-10-28Input: ims-pcu - fix dead code in ims_pcu_ofn_reg_addr_store()Dmitry Torokhov-1/+1
2014-10-28Input: opencores-kbd - fix error handlingDmitry Torokhov-1/+1
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov-2/+2
2014-10-24Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544Hans de Goede-0/+16
2014-10-24Input: stmpe-keypad - fix valid key line bitmaskLinus Walleij-1/+1
2014-10-24Input: soc_button_array - update calls to gpiod_get*()Alexandre Courbot-1/+1
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-350/+279
2014-10-16Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala-0/+1
2014-10-16Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala-0/+1
2014-10-16Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim-1/+1
2014-10-16Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backendChang Huaixin-2/+2
2014-10-15Input: alps - fix v4 button press recognitionAndreas Bosch-2/+2
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes-1/+1
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+3
2014-10-11Input: i8042 - disable active multiplexing by defaultDmitry Torokhov-274/+9
2014-10-11Input: i8042 - add noloop quirk for Asus X750LNHans de Goede-0/+6
2014-10-11Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov-7/+23
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov-69/+332
2014-10-09Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner-0/+194
2014-10-09Input: cros_ec_keyb - add of match tableSjoerd Simons-0/+9
2014-10-09Input: serio - avoid negative serio device numbersRichard Leitner-2/+2
2014-10-09Input: avoid negative input device numbersRichard Leitner-1/+1
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-13/+5
2014-10-08Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov-1/+2
2014-10-07Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav-0/+1
2014-10-07Input: opencores-kbd - switch to using managed resourcesPramod Gurav-55/+17
2014-10-07Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov-5/+8