Skip to content

Commit d542176

Browse files
ao2Jiri Kosina
authored andcommitted
HID: sony: fix a typo in descriptors comments s/Joystik/Joystick/
Signed-off-by: Antonio Ospite <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 313726c commit d542176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-sony.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ static __u8 motion_rdesc[] = {
251251
/* PS/3 Navigation controller */
252252
static __u8 navigation_rdesc[] = {
253253
0x05, 0x01, /* Usage Page (Desktop), */
254-
0x09, 0x04, /* Usage (Joystik), */
254+
0x09, 0x04, /* Usage (Joystick), */
255255
0xA1, 0x01, /* Collection (Application), */
256256
0xA1, 0x02, /* Collection (Logical), */
257257
0x85, 0x01, /* Report ID (1), */

0 commit comments

Comments
 (0)