summaryrefslogtreecommitdiff
path: root/drivers/input/serio/i8042.c
AgeCommit message (Expand)Author
2023-09-23Input: i8042 - convert to platform remove callback returning voidUwe Kleine-König
2022-11-18Input: i8042 - fix leaking of platform device on module removalChen Jun
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2021-11-28Input: i8042 - add deferred probe supportTakashi Iwai
2021-06-18Input: i8042 - fix typos in commentsTyson Moore
2020-11-24Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng
2020-10-26Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-27Input: i8042 - attach fwnode to serio i8042 kbd deviceRajat Jain
2019-08-29Input: i8042 - enable wakeup on a stable struct deviceStephen Boyd
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki
2019-04-04Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake
2018-06-12Input: i8042 - increment wakeup_count for the respective portRavi Chandra Sadineni
2017-07-12Input: i8042 - fix crash at boot timeChen Hong
2017-01-22Input: i8042 - add dbg msg when a command can't write its parameterMarcos Paulo de Souza
2016-11-22Input: i8042 - fix typo from i8042_aux_close to i8042_port_closeMarcos Paulo de Souza
2016-10-13Merge tag 'v4.8' into nextDmitry Torokhov
2016-10-11Input: i8042 - skip selftest on ASUS laptopsMarcos Paulo de Souza
2016-08-19Input: i8042 - set up shared ps2_cmd_mutex for AUX portsDmitry Torokhov
2016-07-27Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov
2015-10-14input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki
2015-09-05Input: i8042 - lower log level for "no controller" messageTakashi Iwai
2015-07-16Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul
2015-03-09Input: i8042 - allow KBD and AUX ports to wake up from suspend-to-idleRafael J. Wysocki
2015-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-01-07Input: i8042 - reset keyboard to fix Elantech touchpad detectionSrihari Vijayaraghavan
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-31Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov
2014-10-20input: serio: drop owner assignment from platform_driversWolfram Sang
2014-10-11Input: i8042 - disable active multiplexing by defaultDmitry Torokhov
2014-09-11Input: i8042 - also set the firmware id for MUXed portsHans de Goede
2014-04-19Input: i8042 - add firmware_id supportHans de Goede
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-14treewide: fix "distingush" typoMichael Opdenacker
2013-09-18Input: i8042 - i8042_flush fix for a full 8042 bufferAndrey Moiseev
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2011-11-05Input: i8042 - also perform controller reset when suspendingDmitry Torokhov
2011-03-31Input: i8042 - downgrade selftest error message to dbg()Paul Bolle
2011-01-08Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina
2010-11-30Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ useJoe Perches
2010-10-17Merge branch 'for-linus' into nextDmitry Torokhov
2010-09-29Input: i8042 - use unsigned char for 0x90Christoph Fritz
2010-08-31Input: i8042 - fix device removal on unloadDmitry Torokhov
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi
2010-07-20Input: i8042 - reset keyboard controller wehen resuming from S2RDmitry Torokhov
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds