summaryrefslogtreecommitdiff
path: root/include/linux/libps2.h
AgeCommit message (Collapse)Author
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov
given number of bytes from device. Change ps2_command to allow using 0 as command ID and actually pass it to the device instead of working as a drain. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2004-10-20input: Increase ACK timeouts in libps2 in case the RESET_BAT command is used.Vojtech Pavlik
This should fix most Synaptics "reset failed" cases. Thanks to Keith Packard for the report. Also add some more keyboard IDs, so that unusual keyboards are accepted by libps2 and atkbd. Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
2004-09-21Input: pull common code from psmouse and atkbd into libps2 moduleDmitry Torokhov
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>