summaryrefslogtreecommitdiff
path: root/drivers/input/serio/libps2.c
AgeCommit message (Expand)Author
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov
2022-10-03input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko
2020-11-22Input: libps2 - fix fall-through warnings for ClangGustavo A. R. Silva
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-07Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva
2018-02-02Input: libps2 - relax command byte ACK handlingDmitry Torokhov
2018-02-02Input: libps2 - support retransmission of command dataDmitry Torokhov
2018-02-02Input: libps2 - add debugging statementsDmitry Torokhov
2018-02-02Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov
2018-02-02Input: libps2 - use u8 for byte dataDmitry Torokhov
2018-02-02Input: libps2 - fix switch statement formattingDmitry Torokhov
2016-07-27Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov
2015-09-29Input: psmouse - fix data race in __ps2_commandDmitry Vyukov
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2011-06-27Input: libps2.c: fix comment typo arrrives.Justin P. Mattock
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-17Input: libps2 - additional locking for i8042 portsDmitry Torokhov
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang
2009-05-28Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov
2008-11-24Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov
2008-05-16Input: libps2 - remove delayed command executionDmitry Torokhov
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall
2007-02-17Storage class should be before const qualifierTobias Klauser
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-10-11Input: serio - add lockdep annotationsJiri Kosina
2006-09-14Input: libps2 - rearrange exportsDmitry Torokhov
2006-09-14Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov
2006-07-06Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov
2006-07-03[PATCH] lockdep: annotate serioArjan van de Ven
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov
2005-04-16Linux-2.6.12-rc2Linus Torvalds