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