index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
i8042.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-06-07
1
-2
/
+2
*
Input: i8042 - convert to platform remove callback returning void
Uwe Kleine-König
2023-09-24
1
-4
/
+2
*
Input: i8042 - fix leaking of platform device on module removal
Chen Jun
2022-11-19
1
-4
/
+0
*
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-7
/
+7
*
Input: i8042 - add deferred probe support
Takashi Iwai
2021-11-29
1
-19
/
+35
*
Input: i8042 - fix typos in comments
Tyson Moore
2021-06-19
1
-2
/
+2
*
Input: i8042 - fix error return code in i8042_setup_aux()
Luo Meng
2020-11-25
1
-1
/
+2
*
Input: i8042 - allow insmod to succeed on devices without an i8042 controller
Hans de Goede
2020-10-27
1
-1
/
+11
*
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-07
1
-1
/
+1
*
Input: i8042 - attach fwnode to serio i8042 kbd device
Rajat Jain
2020-04-28
1
-0
/
+3
*
Input: i8042 - enable wakeup on a stable struct device
Stephen Boyd
2019-08-29
1
-11
/
+14
*
Merge branch 'pm-sleep'
Rafael J. Wysocki
2019-07-08
1
-1
/
+1
|
\
|
*
PM: suspend: Rename pm_suspend_via_s2idle()
Rafael J. Wysocki
2019-06-19
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
|
/
*
Input: i8042 - signal wakeup from atkbd/psmouse
Dmitry Torokhov
2019-04-04
1
-3
/
+0
*
Input: i8042 - enable keyboard wakeups by default when s2idle is used
Daniel Drake
2018-10-02
1
-9
/
+20
*
Input: i8042 - increment wakeup_count for the respective port
Ravi Chandra Sadineni
2018-06-13
1
-0
/
+3
*
Input: i8042 - fix crash at boot time
Chen Hong
2017-07-12
1
-3
/
+9
*
Input: i8042 - add dbg msg when a command can't write its parameter
Marcos Paulo de Souza
2017-01-22
1
-2
/
+4
*
Input: i8042 - fix typo from i8042_aux_close to i8042_port_close
Marcos Paulo de Souza
2016-11-23
1
-1
/
+1
*
Merge tag 'v4.8' into next
Dmitry Torokhov
2016-10-14
1
-0
/
+1
|
\
|
*
Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
Dmitry Torokhov
2016-08-19
1
-0
/
+1
*
|
Input: i8042 - skip selftest on ASUS laptops
Marcos Paulo de Souza
2016-10-12
1
-11
/
+44
|
/
*
Input: i8042 - break load dependency between atkbd/psmouse and i8042
Dmitry Torokhov
2016-07-27
1
-15
/
+1
*
input: i8042: Avoid resetting controller on system suspend/resume
Rafael J. Wysocki
2015-10-14
1
-5
/
+27
*
Input: i8042 - lower log level for "no controller" message
Takashi Iwai
2015-09-05
1
-1
/
+1
*
Input: i8042 - add unmask_kbd_data option
Stephen Chandler Paul
2015-07-16
1
-4
/
+39
*
Input: i8042 - allow KBD and AUX ports to wake up from suspend-to-idle
Rafael J. Wysocki
2015-03-10
1
-3
/
+25
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2015-01-18
1
-0
/
+14
|
\
|
*
Input: i8042 - reset keyboard to fix Elantech touchpad detection
Srihari Vijayaraghavan
2015-01-08
1
-0
/
+14
*
|
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
input: serio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
Revert "Input: i8042 - disable active multiplexing by default"
Dmitry Torokhov
2014-10-31
1
-1
/
+1
|
/
*
Input: i8042 - disable active multiplexing by default
Dmitry Torokhov
2014-10-11
1
-1
/
+1
*
Input: i8042 - also set the firmware id for MUXed ports
Hans de Goede
2014-09-12
1
-0
/
+2
*
Input: i8042 - add firmware_id support
Hans de Goede
2014-04-20
1
-0
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-16
1
-1
/
+1
|
\
|
*
treewide: fix "distingush" typo
Michael Opdenacker
2013-10-14
1
-1
/
+1
*
|
Input: i8042 - i8042_flush fix for a full 8042 buffer
Andrey Moiseev
2013-09-18
1
-9
/
+14
|
/
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-2
/
+2
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: i8042 - also perform controller reset when suspending
Dmitry Torokhov
2011-11-05
1
-8
/
+15
*
Input: i8042 - downgrade selftest error message to dbg()
Paul Bolle
2011-03-31
1
-3
/
+4
*
Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13
Jiri Kosina
2011-01-08
1
-1
/
+5
*
Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ use
Joe Perches
2010-12-01
1
-49
/
+43
*
Merge branch 'for-linus' into next
Dmitry Torokhov
2010-10-18
1
-1
/
+1
|
\
|
*
Input: i8042 - fix device removal on unload
Dmitry Torokhov
2010-09-01
1
-1
/
+1
*
|
Input: i8042 - use unsigned char for 0x90
Christoph Fritz
2010-09-30
1
-1
/
+1
|
/
*
panic: keep blinking in spite of long spin timer mode
TAMUKI Shoichi
2010-08-11
1
-20
/
+5
*
Input: i8042 - reset keyboard controller wehen resuming from S2R
Dmitry Torokhov
2010-07-21
1
-24
/
+41
[next]