]> git.neil.brown.name Git - history.git/commit
Update the iforce driver to the latest revision (it now lives in a
authorVojtech Pavlik <vojtech@twilight.ucw.cz>
Wed, 3 Jul 2002 16:49:42 +0000 (18:49 +0200)
committerVojtech Pavlik <vojtech@twilight.ucw.cz>
Wed, 3 Jul 2002 16:49:42 +0000 (18:49 +0200)
commit07b8fb25a96707cdd01072fd6298c2b8570801be
tree9ed14fa80fe4d1da6e40c51eb9112c49c43017c5
parent7f1250924148ae9ed716a58f4269b5be7f41a727
Update the iforce driver to the latest revision (it now lives in a
separate directory), add twiddler and guillemot drivers.
13 files changed:
drivers/input/joystick/Config.help
drivers/input/joystick/Config.in
drivers/input/joystick/Makefile
drivers/input/joystick/guillemot.c [new file with mode: 0644]
drivers/input/joystick/iforce.c [deleted file]
drivers/input/joystick/iforce/Makefile [new file with mode: 0644]
drivers/input/joystick/iforce/iforce-ff.c [new file with mode: 0644]
drivers/input/joystick/iforce/iforce-main.c [new file with mode: 0644]
drivers/input/joystick/iforce/iforce-packets.c [new file with mode: 0644]
drivers/input/joystick/iforce/iforce-serio.c [new file with mode: 0644]
drivers/input/joystick/iforce/iforce-usb.c [new file with mode: 0644]
drivers/input/joystick/iforce/iforce.h [new file with mode: 0644]
drivers/input/joystick/twidjoy.c [new file with mode: 0644]