summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux listDmitry Torokhov2017-03-101-0/+7
* Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000Kai-Heng Feng2017-03-071-0/+7
* Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-244-6/+23
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-01-131-0/+6
| |\
| | * Input: i8042 - add Pegatron touchpad to noloop tableMarcos Paulo de Souza2016-12-191-0/+6
| * | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
| * | Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov2016-12-191-3/+7
| |/
| * Merge branch 'next' into for-linusDmitry Torokhov2016-12-162-76/+4Star
| |\
| * | Input: i8042 - add XMG C504 to keyboard reset tablePatrick Scheuring2016-10-191-0/+7
| * | Merge branch 'next' into for-linusDmitry Torokhov2016-10-147-19/+142
| |\ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2016-10-041-3/+14
| |\ \ \
* | | | | Input: i8042 - add dbg msg when a command can't write its parameterMarcos Paulo de Souza2017-01-221-2/+4
* | | | | Input: serio - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-1/+0Star
* | | | | Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-4/+3Star
* | | | | Input: at32psif - drop unnecessary error messages and other changesGuenter Roeck2017-01-181-9/+3Star
* | | | | Input: i8042 - force synchronous probing of PNP driversDmitry Torokhov2016-12-191-0/+8
| |_|_|/ |/| | |
* | | | Input: i8042 - comment #else/#endif of CONFIG_PNPMarcos Paulo de Souza2016-12-121-2/+2
* | | | Input: i8042 - fix typo from i8042_aux_close to i8042_port_closeMarcos Paulo de Souza2016-11-231-1/+1
* | | | Input: i8042 - use chassis info to skip selftest on Asus laptopsMarcos Paulo de Souza2016-10-221-73/+1Star
* | | | Merge tag 'v4.8' into nextDmitry Torokhov2016-10-141-0/+1
|\| | | | |_|/ |/| |
| * | Input: i8042 - set up shared ps2_cmd_mutex for AUX portsDmitry Torokhov2016-08-191-0/+1
* | | Input: i8042 - skip selftest on ASUS laptopsMarcos Paulo de Souza2016-10-127-19/+142
| |/ |/|
* | Input: serio - add hangup supportHans Verkuil2016-09-211-3/+14
|/
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2016-07-272-21/+5Star
* Input: ams_delta_serio - fix spelling mistake: "paritiy" -> "parity"Colin Ian King2016-06-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-02-101-1/+1
|\
| * Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko2016-01-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-131-0/+7
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2016-01-121-5/+27
| |\
| * | Input: i8042 - add Fujitsu Lifebook U745 to the nomux listAurélien Francillon2016-01-031-0/+7
* | | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-10/+0Star
|\ \ \
| * | | Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui2015-12-211-10/+0Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-12-191-0/+1
|\ \ \ | |/ / |/| / | |/
| * Input: parkbd - clear unused function pointersSudip Mukherjee2015-11-171-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-141-1/+1
|\|
| * Input: parkbd - drop bogus __init from parkbd_allocate_serio()Geert Uytterhoeven2015-11-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-064-18/+337
|\|
| * Input: add userio moduleStephen Chandler Paul2015-10-283-0/+300
| * Input: parkbd - use parallel port device modelSudip Mukherjee2015-10-061-18/+37
* | input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki2015-10-141-5/+27
|/
* Input: psmouse - fix data race in __ps2_commandDmitry Vyukov2015-09-301-8/+14
* Input: serio - fix blocking of parportSudip Mukherjee2015-09-281-0/+1
* Input: i8042 - lower log level for "no controller" messageTakashi Iwai2015-09-051-1/+1
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-3/+2Star
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-041-0/+1
| |\
| * | tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-3/+2Star
* | | Input: ambakmi - fix system PM by converting to modern callbacksUlf Hansson2015-07-161-3/+5
* | | Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul2015-07-163-7/+54
| |/ |/|
* | Input: arc_ps2 - add HAS_IOMEM dependencySebastian Ott2015-06-291-0/+1
|/
* Input: gscps2 - drop pci_ids dependencyMichael S. Tsirkin2015-04-061-1/+0Star