diff options
-rw-r--r-- | drivers/hid/hid-sony.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index 9b8db0e0ef1c..0b5015fd864a 100644 --- a/drivers/hid/hid-sony.c +++ b/drivers/hid/hid-sony.c | |||
@@ -251,7 +251,7 @@ static __u8 motion_rdesc[] = { | |||
251 | /* PS/3 Navigation controller */ | 251 | /* PS/3 Navigation controller */ |
252 | static __u8 navigation_rdesc[] = { | 252 | static __u8 navigation_rdesc[] = { |
253 | 0x05, 0x01, /* Usage Page (Desktop), */ | 253 | 0x05, 0x01, /* Usage Page (Desktop), */ |
254 | 0x09, 0x04, /* Usage (Joystik), */ | 254 | 0x09, 0x04, /* Usage (Joystick), */ |
255 | 0xA1, 0x01, /* Collection (Application), */ | 255 | 0xA1, 0x01, /* Collection (Application), */ |
256 | 0xA1, 0x02, /* Collection (Logical), */ | 256 | 0xA1, 0x02, /* Collection (Logical), */ |
257 | 0x85, 0x01, /* Report ID (1), */ | 257 | 0x85, 0x01, /* Report ID (1), */ |