Skip to content

Commit

Permalink
HID: sony: fix a typo in descriptors comments s/Joystik/Joystick/
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
ao2 authored and Jiri Kosina committed Jan 29, 2016
1 parent 313726c commit d542176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-sony.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static __u8 motion_rdesc[] = {
/* PS/3 Navigation controller */
static __u8 navigation_rdesc[] = {
0x05, 0x01, /* Usage Page (Desktop), */
0x09, 0x04, /* Usage (Joystik), */
0x09, 0x04, /* Usage (Joystick), */
0xA1, 0x01, /* Collection (Application), */
0xA1, 0x02, /* Collection (Logical), */
0x85, 0x01, /* Report ID (1), */
Expand Down

0 comments on commit d542176

Please sign in to comment.