summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-01Input: elantech - add more Fujtisu notebooks to force crc_enabledRainer Koenig1-0/+16
2015-01-22Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)Jochen Hein1-0/+8
2015-01-20Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2ndPeter Hutterer1-3/+4
2015-01-09Input: I8042 - add Acer Aspire 7738 to the nomux listDmitry Torokhov1-0/+7
2015-01-09Input: elantech - support new ICs types for version 4Sam hung1-0/+2
2015-01-08Input: i8042 - reset keyboard to fix Elantech touchpad detectionSrihari Vijayaraghavan2-0/+46
2014-12-28Input: hil_kbd - fix incorrect use of init_completionNicholas Mc Guire1-3/+3
2014-12-18Merge branch 'next' into for-linusDmitry Torokhov11-154/+288
2014-12-18Input: alps - v7: document the v7 touchpad packet protocolHans de Goede1-0/+28
2014-12-18Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede1-4/+12
2014-12-18Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede1-4/+14
2014-12-18Input: alps - v7: ignore new packetsHans de Goede1-6/+24
2014-12-18Input: evdev - add CLOCK_BOOTTIME supportAniroop Mathur1-16/+44
2014-12-18Input: psmouse - expose drift duration for IBM trackpointshaarp2-0/+9
2014-12-16Input: stmpe - bias keypad columns properlyLinus Walleij1-2/+35
2014-12-16Input: stmpe - enforce device tree only modeLinus Walleij2-59/+46
2014-12-16mfd: stmpe: add pull up/down register offsets for STMPELinus Walleij2-0/+7
2014-12-16Input: optimize events_per_packet count calculationAnshul Garg1-9/+13
2014-12-16Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz1-1/+3
2014-12-16Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov1-34/+31
2014-12-16Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov1-23/+26
2014-12-16Merge branch 'next' into for-linusDmitry Torokhov71-911/+4850
2014-12-14Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam1-2/+3
2014-12-08Input: add support for Elan eKTH I2C touchscreensScott Liu3-0/+1284
2014-12-08Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov1-4/+2
2014-12-04Input: cyapa - use 'error' for error codesDudley Du1-47/+47
2014-12-04Input: cyapa - fix resuming the deviceDudley Du1-4/+3
2014-12-04Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein1-14/+20
2014-12-04Input: amikbd - allocate temporary keymap buffer on the stackGeert Uytterhoeven1-1/+2
2014-12-04Input: amikbd - fix build if !CONFIG_HW_CONSOLEGeert Uytterhoeven1-17/+29
2014-12-04Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter1-0/+2
2014-12-04Input: initialize device counter variables with -1Aniroop Mathur5-12/+12
2014-12-03Input: initialize input_no to -1 to avoid subtractionAniroop Mathur1-2/+2
2014-12-03Input: i8042 - do not try to load on Intel NUC D54250WYKTodor Minchev1-0/+10
2014-11-25Input: xpad - use proper endpoint typeGreg Kroah-Hartman1-3/+13
2014-11-25Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov1-9/+1
2014-11-17Input: atkbd - correct MSC_SCAN events for force_release keysStefan Brüns1-2/+4
2014-11-17Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal1-0/+4
2014-11-14Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie1-0/+2
2014-11-14Input: elantech - report the middle button of the touchpadUlrik De Bie1-0/+19
2014-11-14Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár1-1/+16
2014-11-10Input: cyapa - switch to using managed resourcesDudley Du1-79/+105
2014-11-10Input: lifebook - use "static inline" instead of "inline" in lifebook.hChen Gang1-3/+3
2014-11-10Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár1-0/+3
2014-11-09Input: alps - ignore potential bare packets when device is out of syncPali Rohár1-1/+7
2014-11-08Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie1-1/+18
2014-11-08Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie1-2/+14
2014-11-08Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown1-0/+1
2014-11-06Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai1-2/+3
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han19-78/+38