diff options
Diffstat (limited to 'drivers/usb/input/hid-lgff.c')
-rw-r--r-- | drivers/usb/input/hid-lgff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/input/hid-lgff.c b/drivers/usb/input/hid-lgff.c index e47466268565..4f4fc3be192e 100644 --- a/drivers/usb/input/hid-lgff.c +++ b/drivers/usb/input/hid-lgff.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <linux/hid.h> | 32 | #include <linux/hid.h> |
33 | #include "usbhid.h" | 33 | #include "usbhid.h" |
34 | 34 | ||
35 | struct device_type { | 35 | struct dev_type { |
36 | u16 idVendor; | 36 | u16 idVendor; |
37 | u16 idProduct; | 37 | u16 idProduct; |
38 | const signed short *ff; | 38 | const signed short *ff; |
@@ -48,7 +48,7 @@ static const signed short ff_joystick[] = { | |||
48 | -1 | 48 | -1 |
49 | }; | 49 | }; |
50 | 50 | ||
51 | static const struct device_type devices[] = { | 51 | static const struct dev_type devices[] = { |
52 | { 0x046d, 0xc211, ff_rumble }, | 52 | { 0x046d, 0xc211, ff_rumble }, |
53 | { 0x046d, 0xc219, ff_rumble }, | 53 | { 0x046d, 0xc219, ff_rumble }, |
54 | { 0x046d, 0xc283, ff_joystick }, | 54 | { 0x046d, 0xc283, ff_joystick }, |