summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz2014-12-151-1/+3
| * | | | | | | | | Input: gpio_keys - replace timer and workqueue with delayed workqueueDmitry Torokhov2014-12-151-34/+31
| * | | | | | | | | Input: gpio_keys - allow separating gpio and irq in device treeDmitry Torokhov2014-12-151-23/+26
* | | | | | | | | | Merge branch 'next' into for-linusDmitry Torokhov2014-12-1571-911/+4850
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Input: gpio_keys - fix warning regarding uninitialized 'button' variableFabio Estevam2014-12-141-2/+3
| * | | | | | | | Input: add support for Elan eKTH I2C touchscreensScott Liu2014-12-073-0/+1284
| * | | | | | | | Input: gpio_keys - fix warning regarding uninitialized 'irq' variableDmitry Torokhov2014-12-071-4/+2
| * | | | | | | | Input: cyapa - use 'error' for error codesDudley Du2014-12-041-47/+47
| * | | | | | | | Input: cyapa - fix resuming the deviceDudley Du2014-12-031-4/+3
| * | | | | | | | Input: gpio_keys - add device tree support for interrupt only keysAlexander Stein2014-12-031-14/+20
| * | | | | | | | Input: amikbd - allocate temporary keymap buffer on the stackGeert Uytterhoeven2014-12-031-1/+2
| * | | | | | | | Input: amikbd - fix build if !CONFIG_HW_CONSOLEGeert Uytterhoeven2014-12-031-17/+29
| * | | | | | | | Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter2014-12-031-0/+2
| * | | | | | | | Input: initialize device counter variables with -1Aniroop Mathur2014-12-035-12/+12
| * | | | | | | | Input: initialize input_no to -1 to avoid subtractionAniroop Mathur2014-12-021-2/+2
| * | | | | | | | Input: i8042 - do not try to load on Intel NUC D54250WYKTodor Minchev2014-12-021-0/+10
| * | | | | | | | Input: atkbd - correct MSC_SCAN events for force_release keysStefan Brüns2014-11-161-2/+4
| * | | | | | | | Input: cyapa - switch to using managed resourcesDudley Du2014-11-091-79/+105
| * | | | | | | | Input: lifebook - use "static inline" instead of "inline" in lifebook.hChen Gang2014-11-091-3/+3
| * | | | | | | | Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-0219-78/+38
| * | | | | | | | Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-023-12/+6
| * | | | | | | | Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-0219-71/+35
| * | | | | | | | Input: cap11xx - support for irq-active-high optionMatt Ranostay2014-11-021-0/+8
| * | | | | | | | Input: cap11xx - add support for various cap11xx devicesMatt Ranostay2014-11-021-23/+51
| * | | | | | | | Input: rename cap1106 driver to cap11xxMatt Ranostay2014-11-024-346/+345
| * | | | | | | | Input: altera_ps2 - switch to using managed resourcesTobias Klauser2014-10-311-57/+24
| * | | | | | | | Input: add driver for the Goodix touchpanelBastien Nocera2014-10-313-0/+409
| * | | | | | | | Input: add driver for Elan I2C/SMbus touchpadDuson Lin2014-10-246-0/+2383
| * | | | | | | | Input: lpc32xx-keys - switch to using managed resourcesPramod Gurav2014-10-221-72/+20
| * | | | | | | | Input: pxa27x_keypad - switch to using managed resourcesPramod Gurav2014-10-221-64/+20
| * | | | | | | | Input: mpr121 - switch to using managed resourcesPramod Gurav2014-10-221-30/+12
* | | | | | | | | Input: xpad - use proper endpoint typeGreg Kroah-Hartman2014-11-251-3/+13
* | | | | | | | | Input: elantech - trust firmware about trackpoint presenceDmitry Torokhov2014-11-251-9/+1
* | | | | | | | | Input: synaptics - adjust min/max on Thinkpad E540Ben Sagal2014-11-161-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Input: elantech - provide a sysfs knob for crc_enabledUlrik De Bie2014-11-131-0/+2
* | | | | | | | Input: elantech - report the middle button of the touchpadUlrik De Bie2014-11-131-0/+19
* | | | | | | | Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár2014-11-131-1/+16
* | | | | | | | Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár2014-11-091-0/+3
* | | | | | | | Input: alps - ignore potential bare packets when device is out of syncPali Rohár2014-11-081-1/+7
* | | | | | | | Input: elantech - fix crc_enabled for Fujitsu H730Ulrik De Bie2014-11-081-1/+18
* | | | | | | | Input: elantech - use elantech_report_trackpoint for hardware v4 tooUlrik De Bie2014-11-081-2/+14
* | | | | | | | Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown2014-11-081-0/+1
* | | | | | | | Input: synaptics - add min/max quirk for Lenovo T440sTakashi Iwai2014-11-061-2/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov2014-10-312-9/+274
* | | | | | | Input: altera_ps2 - use correct type for irq return valueTobias Klauser2014-10-311-1/+1
* | | | | | | Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser2014-10-311-1/+1
* | | | | | | Input: max77693-haptic - fix potential overflowDmitry Torokhov2014-10-311-3/+2
* | | | | | | Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov2014-10-281-7/+0
* | | | | | | Input: vsxxxaa - fix code dropping bytes from queueDmitry Torokhov2014-10-281-1/+1
* | | | | | | Input: ims-pcu - fix dead code in ims_pcu_ofn_reg_addr_store()Dmitry Torokhov2014-10-281-1/+1
OpenPOWER on IntegriCloud