We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313726c commit d542176Copy full SHA for d542176
drivers/hid/hid-sony.c
@@ -251,7 +251,7 @@ static __u8 motion_rdesc[] = {
251
/* PS/3 Navigation controller */
252
static __u8 navigation_rdesc[] = {
253
0x05, 0x01, /* Usage Page (Desktop), */
254
- 0x09, 0x04, /* Usage (Joystik), */
+ 0x09, 0x04, /* Usage (Joystick), */
255
0xA1, 0x01, /* Collection (Application), */
256
0xA1, 0x02, /* Collection (Logical), */
257
0x85, 0x01, /* Report ID (1), */
0 commit comments