summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2015-03-30Input: synaptics - remove obsolete min/max quirk for X240Daniel Martin1-1/+1
2015-03-30Input: synaptics - query min dimensions for fw v8.1Daniel Martin1-2/+8
2015-03-30Input: synaptics - log queried and quirked dimension valuesDaniel Martin1-0/+10
2015-03-30Input: synaptics - split synaptics_resolution(), query firstDaniel Martin1-12/+23
2015-03-30Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede3-14/+18
2015-03-03HID: wacom: Report ABS_MISC event for Cintiq Companion HybridJason Gerecke1-0/+6
2015-02-04Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)Jochen Hein1-0/+8
2015-02-04Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2ndPeter Hutterer1-3/+4
2015-02-04Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov1-5/+8
2015-02-04Input: I8042 - add Acer Aspire 7738 to the nomux listDmitry Torokhov1-0/+7
2015-02-04Input: elantech - support new ICs types for version 4Sam hung1-0/+2
2015-02-04Input: i8042 - reset keyboard to fix Elantech touchpad detectionSrihari Vijayaraghavan2-0/+46
2014-12-10drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-12-10Input: xpad - use proper endpoint typeGreg Kroah-Hartman1-3/+13
2014-12-04Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal1-0/+4
2014-12-01Input: serio - avoid negative serio device numbersRichard Leitner1-2/+2
2014-12-01Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala1-0/+1
2014-12-01Input: xpad - sync device IDs with xboxdrvBenjamin Valentin1-0/+33
2014-12-01Input: xpad - add VID/PID for Razer SabertoothFrank Razenberg1-0/+1
2014-11-27Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár1-1/+16
2014-11-27Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár1-0/+3
2014-11-27Input: alps - ignore potential bare packets when device is out of syncPali Rohár1-1/+7
2014-11-27Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai1-2/+3
2014-11-17Input: i8042 - add noloop quirk for Asus X750LNHans de Goede1-0/+6
2014-11-17Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2-7/+23
2014-11-13Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544Hans de Goede1-0/+16
2014-10-06Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede1-0/+7
2014-10-06Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede1-0/+8
2014-10-06Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov1-8/+0
2014-10-06Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede1-0/+7
2014-10-06Input: synaptics - add support for ForcePadsDmitry Torokhov2-16/+63
2014-10-06Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung1-7/+38
2014-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-27/+28
2014-07-21Input: fix defuzzing logicDmitry Torokhov1-2/+4
2014-07-18Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas1-1/+1
2014-07-18Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser1-0/+2
2014-07-15Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede1-2/+3
2014-07-15Input: i8042 - add Acer Aspire 5710 to nomux blacklistJiri Kosina1-0/+7
2014-06-15Input: ti_am335x_tsc - warn about incorrect spellingFelipe Balbi1-1/+4
2014-06-15Input: wacom - cleanup multitouch code when touch_max is 2Ping Cheng1-21/+7
2014-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds52-1017/+2234
2014-06-08Merge branch 'next' into for-linusDmitry Torokhov55-1032/+2230
2014-06-08Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-9/+10
2014-06-08Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_versionNick Dyer1-1/+1
2014-06-08Input: max8997_haptic - add error handling for regulator and pwmSachin Kamat1-4/+14
2014-06-08Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede1-2/+3
2014-06-08Input: elantech - deal with clickpads reporting right button eventsHans de Goede1-4/+18
2014-06-08Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle1-1/+1
2014-06-03Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-371/+0
2014-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-121/+61