projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d64d37
)
Input: iforce - add Trust Force Feedback Race Master support
author
Przemek Iskra
<sparky@pld-linux.org>
Sat, 15 Jul 2006 05:16:21 +0000
(
01:16
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Sat, 15 Jul 2006 05:16:21 +0000
(
01:16
-0400)
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joystick/iforce/iforce-main.c
patch
|
blob
|
history
diff --git
a/drivers/input/joystick/iforce/iforce-main.c
b/drivers/input/joystick/iforce/iforce-main.c
index dc6cfea23866969e6d426a09e466b047f71f1e04..b4914e7231f863a3073da1c7e8e320e3e93c9c87 100644
(file)
--- a/
drivers/input/joystick/iforce/iforce-main.c
+++ b/
drivers/input/joystick/iforce/iforce-main.c
@@
-79,6
+79,7
@@
static struct iforce_device iforce_device[] = {
{ 0x06f8, 0x0001, "Guillemot Race Leader Force Feedback", btn_wheel, abs_wheel, ff_iforce }, //?
{ 0x06f8, 0x0004, "Guillemot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, //?
{ 0x06f8, 0x0004, "Gullemot Jet Leader 3D", btn_joystick, abs_joystick, ff_iforce }, //?
+ { 0x06d6, 0x29bc, "Trust Force Feedback Race Master", btn_wheel, abs_wheel, ff_iforce },
{ 0x0000, 0x0000, "Unknown I-Force Device [%04x:%04x]", btn_joystick, abs_joystick, ff_iforce }
};