diff options
author | Antonio Ospite <ao2@ao2.it> | 2016-01-28 18:23:43 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-01-29 17:12:41 +0100 |
commit | d542176f94c790016cc340dff74ba00d57410728 (patch) | |
tree | ba00d89bd2e107d771d79f3127f89003180902ca /drivers/hid/hid-sony.c | |
parent | 313726cad3b68039c8e4dcad5a2840a0d375678c (diff) |
HID: sony: fix a typo in descriptors comments s/Joystik/Joystick/
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-sony.c')
-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[] = { /* 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), */ |