summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2014-12-16drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-12-07Input: xpad - use proper endpoint typeGreg Kroah-Hartman1-3/+13
2014-12-07Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal1-0/+4
2014-11-21Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár1-1/+16
2014-11-21Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár1-0/+3
2014-11-21Input: alps - ignore potential bare packets when device is out of syncPali Rohár1-1/+7
2014-11-21Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai1-2/+3
2014-11-14Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544Hans de Goede1-0/+16
2014-11-14Input: alps - fix v4 button press recognitionAndreas Bosch1-2/+2
2014-11-14Input: i8042 - add noloop quirk for Asus X750LNHans de Goede1-0/+6
2014-11-14Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2-7/+23
2014-09-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+7
2014-09-25Input: i8042 - fix Asus X450LCP touchpad detectionMarcos Paulo de Souza1-0/+7
2014-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-8/+17
2014-09-12Input: i8042 - also set the firmware id for MUXed portsHans de Goede1-0/+2
2014-09-12Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede1-0/+7
2014-09-12Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede1-0/+8
2014-09-12Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov1-8/+0
2014-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds13-37/+155
2014-09-10Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung1-7/+38
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceStephen Warren1-5/+13
2014-09-10Input: synaptics - add support for ForcePadsDmitry Torokhov2-16/+63
2014-09-10Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann1-4/+5
2014-09-10Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer1-1/+6
2014-09-10Input: wm971x - fix typo in module parameter descriptionMasanari Iida2-2/+2
2014-09-09Input: cap1106 - fix register definitionKlaus Goger1-2/+2
2014-09-09Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede5-0/+10
2014-09-09Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede4-0/+9
2014-09-09Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede1-0/+7
2014-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-24/+153
2014-08-27Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2-9/+130
2014-08-27Input: elantech - reset the device when elantech probe failsUlrik De Bie1-0/+1
2014-08-27Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov1-2/+2
2014-08-26Input: fix used slots detection breakageDmitry Torokhov1-12/+18
2014-08-20Input: sparc - i8042-sparcio.h: fix unused kbd_res warningVincent Stehlé1-1/+2
2014-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-202/+459
2014-08-15Merge branch 'next' into for-linusDmitry Torokhov6-201/+458
2014-08-14Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov1-1/+0
2014-08-13Input: xpad - add support for Xbox One controllersTed Mielczarek1-17/+157
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov1-6/+11
2014-08-13Input: atmel_mxt_ts - split config update a bitDmitry Torokhov1-125/+145
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov1-39/+42
2014-08-12Input: joystick - use get_cycles on ARMv8Mark Brown1-1/+1
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds29-5017/+2985
2014-08-08Input: cap1106 - allow changing key mapping from userspaceDmitry Torokhov1-1/+7
2014-08-08Input: synaptics - use firmware data for Cr-48Henrik Rydberg1-2/+68
2014-08-08Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov1-3/+3
2014-08-08Input: MT - make slot cleanup callable outside mt_sync_frame()Henrik Rydberg1-11/+27
2014-08-08Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer1-3/+5
2014-08-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-13/+9