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 71d362b commit 313726cCopy full SHA for 313726c
drivers/hid/hid-dr.c
@@ -151,7 +151,7 @@ static inline int drff_init(struct hid_device *hid)
151
* descriptor. In any case, it's a wonder it works on Windows.
152
*
153
* Usage Page (Desktop), ; Generic desktop controls (01h)
154
- * Usage (Joystik), ; Joystik (04h, application collection)
+ * Usage (Joystick), ; Joystick (04h, application collection)
155
* Collection (Application),
156
* Collection (Logical),
157
* Report Size (8),
@@ -207,7 +207,7 @@ static inline int drff_init(struct hid_device *hid)
207
/* Fixed report descriptor for PID 0x011 joystick */
208
static __u8 pid0011_rdesc_fixed[] = {
209
0x05, 0x01, /* Usage Page (Desktop), */
210
- 0x09, 0x04, /* Usage (Joystik), */
+ 0x09, 0x04, /* Usage (Joystick), */
211
0xA1, 0x01, /* Collection (Application), */
212
0xA1, 0x02, /* Collection (Logical), */
213
0x14, /* Logical Minimum (0), */
0 commit comments