aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/libps2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Input: libps2 - relax command byte ACK handlingDmitry Torokhov1-3/+22
2018-02-02Input: libps2 - support retransmission of command dataDmitry Torokhov1-32/+71
2018-02-02Input: libps2 - add debugging statementsDmitry Torokhov1-13/+39
2018-02-02Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov1-0/+32
2018-02-02Input: libps2 - use u8 for byte dataDmitry Torokhov1-15/+16
2018-02-02Input: libps2 - fix switch statement formattingDmitry Torokhov1-66/+65
2016-07-27Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov1-6/+4
2015-09-29Input: psmouse - fix data race in __ps2_commandDmitry Vyukov1-8/+14
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2011-06-27Input: libps2.c: fix comment typo arrrives.Justin P. Mattock1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-17Input: libps2 - additional locking for i8042 portsDmitry Torokhov1-4/+24
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang1-3/+12
2009-05-28Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov1-1/+1
2008-11-24Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov1-4/+16
2008-05-16Input: libps2 - remove delayed command executionDmitry Torokhov1-52/+0
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2007-02-17Storage class should be before const qualifierTobias Klauser1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-10-11Input: serio - add lockdep annotationsJiri Kosina1-1/+2
2006-09-14Input: libps2 - rearrange exportsDmitry Torokhov1-11/+9
2006-09-14Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov1-2/+16
2006-07-06Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov1-0/+5
2006-07-03[PATCH] lockdep: annotate serioArjan van de Ven1-1/+1
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven1-5/+5
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov1-28/+62
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov1-8/+38
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+305