Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47816
b: refs/heads/master
c: 285b0b6
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Dmitry Torokhov committed Jan 18, 2007
1 parent df886e6 commit c93ce93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19f3c3e37314a234998fd75f5ea9388dfb6ab00a
refs/heads/master: 285b0b62bc8f1a3cb18ce3f2d9806f1d99736784
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/hid-ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static struct hid_ff_initializer inits[] = {
{ 0x46d, 0xc283, hid_lgff_init }, /* Logitech Wingman Force 3d */
{ 0x46d, 0xc295, hid_lgff_init }, /* Logitech MOMO force wheel */
{ 0x46d, 0xc219, hid_lgff_init }, /* Logitech Cordless rumble pad 2 */
{ 0x46d, 0xca03, hid_lgff_init }, /* Logitech MOMO force wheel */
#endif
#ifdef CONFIG_THRUSTMASTER_FF
{ 0x44f, 0xb304, hid_tmff_init },
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/hid-lgff.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ static const struct device_type devices[] = {
{ 0x046d, 0xc211, ff_rumble },
{ 0x046d, 0xc219, ff_rumble },
{ 0x046d, 0xc283, ff_joystick },
{ 0x046d, 0xca03, ff_joystick },
{ 0x0000, 0x0000, ff_joystick }
};

Expand Down

0 comments on commit c93ce93

Please sign in to comment.