Age | Commit message (Expand) | Author | Files | Lines |
2015-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -3/+28 |
2015-02-01 | Input: elantech - add more Fujtisu notebooks to force crc_enabled | Rainer Koenig | 1 | -0/+16 |
2015-01-22 | Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) | Jochen Hein | 1 | -0/+8 |
2015-01-20 | Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd | Peter Hutterer | 1 | -3/+4 |
2015-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -0/+55 |
2015-01-09 | Input: I8042 - add Acer Aspire 7738 to the nomux list | Dmitry Torokhov | 1 | -0/+7 |
2015-01-09 | Input: elantech - support new ICs types for version 4 | Sam hung | 1 | -0/+2 |
2015-01-08 | Input: i8042 - reset keyboard to fix Elantech touchpad detection | Srihari Vijayaraghavan | 2 | -0/+46 |
2014-12-31 | Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped" | Linus Torvalds | 1 | -73/+26 |
2014-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 10 | -157/+284 |
2014-12-28 | Input: hil_kbd - fix incorrect use of init_completion | Nicholas Mc Guire | 1 | -3/+3 |
2014-12-18 | Merge branch 'next' into for-linus | Dmitry Torokhov | 9 | -154/+281 |
2014-12-18 | Input: alps - v7: document the v7 touchpad packet protocol | Hans de Goede | 1 | -0/+28 |
2014-12-18 | Input: alps - v7: fix finger counting for > 2 fingers on clickpads | Hans de Goede | 1 | -4/+12 |
2014-12-18 | Input: alps - v7: sometimes a single touch is reported in mt[1] | Hans de Goede | 1 | -4/+14 |
2014-12-18 | Input: alps - v7: ignore new packets | Hans de Goede | 1 | -6/+24 |
2014-12-18 | Input: evdev - add CLOCK_BOOTTIME support | Aniroop Mathur | 1 | -16/+44 |
2014-12-18 | Input: psmouse - expose drift duration for IBM trackpoints | haarp | 2 | -0/+9 |
2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 71 | -911/+4850 |
2014-12-16 | Input: stmpe - bias keypad columns properly | Linus Walleij | 1 | -2/+35 |
2014-12-16 | Input: stmpe - enforce device tree only mode | Linus Walleij | 2 | -59/+46 |
2014-12-16 | Input: optimize events_per_packet count calculation | Anshul Garg | 1 | -9/+13 |
2014-12-16 | Input: edt-ft5x06 - fixed a macro coding style issue | Asaf Vertz | 1 | -1/+3 |
2014-12-16 | Input: gpio_keys - replace timer and workqueue with delayed workqueue | Dmitry Torokhov | 1 | -34/+31 |
2014-12-16 | Input: gpio_keys - allow separating gpio and irq in device tree | Dmitry Torokhov | 1 | -23/+26 |
2014-12-16 | Merge branch 'next' into for-linus | Dmitry Torokhov | 71 | -911/+4850 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 95 | -96/+0 |
2014-12-14 | Input: gpio_keys - fix warning regarding uninitialized 'button' variable | Fabio Estevam | 1 | -2/+3 |
2014-12-08 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2 | -2/+2 |
2014-12-08 | Merge branch 'device-properties' | Rafael J. Wysocki | 1 | -61/+51 |
2014-12-08 | Input: add support for Elan eKTH I2C touchscreens | Scott Liu | 3 | -0/+1284 |
2014-12-08 | Input: gpio_keys - fix warning regarding uninitialized 'irq' variable | Dmitry Torokhov | 1 | -4/+2 |
2014-12-05 | input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2 | -2/+2 |
2014-12-04 | Input: cyapa - use 'error' for error codes | Dudley Du | 1 | -47/+47 |
2014-12-04 | Input: cyapa - fix resuming the device | Dudley Du | 1 | -4/+3 |
2014-12-04 | Input: gpio_keys - add device tree support for interrupt only keys | Alexander Stein | 1 | -14/+20 |
2014-12-04 | Input: amikbd - allocate temporary keymap buffer on the stack | Geert Uytterhoeven | 1 | -1/+2 |
2014-12-04 | Input: amikbd - fix build if !CONFIG_HW_CONSOLE | Geert Uytterhoeven | 1 | -17/+29 |
2014-12-04 | Input: lm8323 - missing error check in lm8323_set_disable() | Dan Carpenter | 1 | -0/+2 |
2014-12-04 | Input: initialize device counter variables with -1 | Aniroop Mathur | 5 | -12/+12 |
2014-12-03 | drivers/input/evdev.c: don't kfree() a vmalloc address | Andrew Morton | 1 | -1/+1 |
2014-12-03 | Input: initialize input_no to -1 to avoid subtraction | Aniroop Mathur | 1 | -2/+2 |
2014-12-03 | Input: i8042 - do not try to load on Intel NUC D54250WYK | Todor Minchev | 1 | -0/+10 |
2014-11-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -12/+18 |
2014-11-25 | Input: xpad - use proper endpoint type | Greg Kroah-Hartman | 1 | -3/+13 |
2014-11-25 | Input: elantech - trust firmware about trackpoint presence | Dmitry Torokhov | 1 | -9/+1 |
2014-11-17 | Input: atkbd - correct MSC_SCAN events for force_release keys | Stefan BrĂ¼ns | 1 | -2/+4 |
2014-11-17 | Input: synaptics - adjust min/max on Thinkpad E540 | Ben Sagal | 1 | -0/+4 |
2014-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 4 | -7/+83 |
2014-11-14 | Input: elantech - provide a sysfs knob for crc_enabled | Ulrik De Bie | 1 | -0/+2 |