Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | Input: libps2 - do not discard non-ack bytes when controlling LEDs | Dmitry Torokhov | 1 | -4/+32 |
2023-05-18 | Input: libps2 - introduce common interrupt handler | Dmitry Torokhov | 1 | -65/+161 |
2023-05-18 | Input: libps2 - fix aborting PS/2 commands | Dmitry Torokhov | 1 | -4/+11 |
2023-05-18 | Input: libps2 - fix NAK handling | Dmitry Torokhov | 1 | -1/+1 |
2023-05-18 | Input: libps2 - rework handling of command response | Dmitry Torokhov | 1 | -8/+10 |
2023-05-18 | Input: libps2 - remove special handling of ACK for command byte | Dmitry Torokhov | 1 | -7/+2 |
2023-05-18 | Input: libps2 - attach ps2dev instances as serio port's drvdata | Dmitry Torokhov | 1 | -0/+1 |
2022-10-04 | input: libps2: mark data received in __ps2_command() as initialized | Alexander Potapenko | 1 | -1/+4 |
2020-11-23 | Input: libps2 - fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-07 | Input: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2019-05-08 | Input: libps2 - mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-02-03 | Input: libps2 - relax command byte ACK handling | Dmitry Torokhov | 1 | -3/+22 |
2018-02-03 | Input: libps2 - support retransmission of command data | Dmitry Torokhov | 1 | -32/+71 |
2018-02-03 | Input: libps2 - add debugging statements | Dmitry Torokhov | 1 | -13/+39 |
2018-02-03 | Input: psmouse - move sliced command implementation to libps2 | Dmitry Torokhov | 1 | -0/+32 |
2018-02-03 | Input: libps2 - use u8 for byte data | Dmitry Torokhov | 1 | -15/+16 |
2018-02-03 | Input: libps2 - fix switch statement formatting | Dmitry Torokhov | 1 | -66/+65 |
2016-07-28 | Input: i8042 - break load dependency between atkbd/psmouse and i8042 | Dmitry Torokhov | 1 | -6/+4 |
2015-09-30 | Input: psmouse - fix data race in __ps2_command | Dmitry Vyukov | 1 | -8/+14 |
2014-01-07 | Input: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2011-06-27 | Input: libps2.c: fix comment typo arrrives. | Justin P. Mattock | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-09-18 | Input: libps2 - additional locking for i8042 ports | Dmitry Torokhov | 1 | -4/+24 |
2009-08-20 | Input: add new driver for Sentelic Finger Sensing Pad | Tai-hwa Liang | 1 | -3/+12 |
2009-05-28 | Input: libps2 - better handle bad scheduler decisions | Dmitry Torokhov | 1 | -1/+1 |
2008-11-24 | Input: libps2 - handle 0xfc responses from devices | Dmitry Torokhov | 1 | -4/+16 |
2008-05-16 | Input: libps2 - remove delayed command execution | Dmitry Torokhov | 1 | -52/+0 |
2008-01-21 | Input: drop redundant includes of moduleparam.h | Julia Lawall | 1 | -1/+0 |
2007-02-17 | Storage class should be before const qualifier | Tobias Klauser | 1 | -1/+1 |
2006-11-22 | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 1 | -3/+3 |
2006-10-11 | Input: serio - add lockdep annotations | Jiri Kosina | 1 | -1/+2 |
2006-09-14 | Input: libps2 - rearrange exports | Dmitry Torokhov | 1 | -11/+9 |
2006-09-14 | Input: atkbd - support Microsoft Natural Elite Pro keyboards | Dmitry Torokhov | 1 | -2/+16 |
2006-07-07 | Input: libps2 - warn instead of oopsing when passed bad arguments | Dmitry Torokhov | 1 | -0/+5 |
2006-07-04 | [PATCH] lockdep: annotate serio | Arjan van de Ven | 1 | -1/+1 |
2006-02-19 | Input: serio - semaphore to mutex conversion | Arjan van de Ven | 1 | -5/+5 |
2005-06-01 | Input: cleanup ps2_command() timeout handling in libps2. | Dmitry Torokhov | 1 | -28/+62 |
2005-06-01 | Input: add ps2_drain() to libps2 to allow reading and discarding | Dmitry Torokhov | 1 | -8/+38 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+305 |