summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/libps2.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva2019-05-071-0/+1
* Input: libps2 - relax command byte ACK handlingDmitry Torokhov2018-02-031-3/+22
* Input: libps2 - support retransmission of command dataDmitry Torokhov2018-02-031-32/+71
* Input: libps2 - add debugging statementsDmitry Torokhov2018-02-031-13/+39
* Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov2018-02-031-0/+32
* Input: libps2 - use u8 for byte dataDmitry Torokhov2018-02-031-15/+16
* Input: libps2 - fix switch statement formattingDmitry Torokhov2018-02-031-66/+65Star
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2016-07-271-6/+4Star
* Input: psmouse - fix data race in __ps2_commandDmitry Vyukov2015-09-301-8/+14
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: libps2.c: fix comment typo arrrives.Justin P. Mattock2011-06-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* Input: libps2 - additional locking for i8042 portsDmitry Torokhov2009-09-181-4/+24
* Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-201-3/+12
* Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov2009-05-281-1/+1
* Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov2008-11-241-4/+16
* Input: libps2 - remove delayed command executionDmitry Torokhov2008-05-161-52/+0Star
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* Storage class should be before const qualifierTobias Klauser2007-02-171-1/+1
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* Input: serio - add lockdep annotationsJiri Kosina2006-10-111-1/+2
* Input: libps2 - rearrange exportsDmitry Torokhov2006-09-141-11/+9Star
* Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov2006-09-141-2/+16
* Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-071-0/+5
* [PATCH] lockdep: annotate serioArjan van de Ven2006-07-041-1/+1
* Input: serio - semaphore to mutex conversionArjan van de Ven2006-02-191-5/+5
* Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov2005-06-011-28/+62
* Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov2005-06-011-8/+38
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+305