Skip to content

Commit 313726c

Browse files
ao2Jiri Kosina
authored andcommitted
HID: dragonrise: 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 71d362b commit 313726c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hid/hid-dr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static inline int drff_init(struct hid_device *hid)
151151
* descriptor. In any case, it's a wonder it works on Windows.
152152
*
153153
* Usage Page (Desktop), ; Generic desktop controls (01h)
154-
* Usage (Joystik), ; Joystik (04h, application collection)
154+
* Usage (Joystick), ; Joystick (04h, application collection)
155155
* Collection (Application),
156156
* Collection (Logical),
157157
* Report Size (8),
@@ -207,7 +207,7 @@ static inline int drff_init(struct hid_device *hid)
207207
/* Fixed report descriptor for PID 0x011 joystick */
208208
static __u8 pid0011_rdesc_fixed[] = {
209209
0x05, 0x01, /* Usage Page (Desktop), */
210-
0x09, 0x04, /* Usage (Joystik), */
210+
0x09, 0x04, /* Usage (Joystick), */
211211
0xA1, 0x01, /* Collection (Application), */
212212
0xA1, 0x02, /* Collection (Logical), */
213213
0x14, /* Logical Minimum (0), */

0 commit comments

Comments
 (0)