Skip to content

Commit bfb61ab

Browse files
ao2Jiri Kosina
authored andcommitted
HID: lg: 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 0c4b3c6 commit bfb61ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/hid/hid-lg.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
*/
6262
static __u8 df_rdesc_fixed[] = {
6363
0x05, 0x01, /* Usage Page (Desktop), */
64-
0x09, 0x04, /* Usage (Joystik), */
64+
0x09, 0x04, /* Usage (Joystick), */
6565
0xA1, 0x01, /* Collection (Application), */
6666
0xA1, 0x02, /* Collection (Logical), */
6767
0x95, 0x01, /* Report Count (1), */
@@ -127,7 +127,7 @@ static __u8 df_rdesc_fixed[] = {
127127

128128
static __u8 dfp_rdesc_fixed[] = {
129129
0x05, 0x01, /* Usage Page (Desktop), */
130-
0x09, 0x04, /* Usage (Joystik), */
130+
0x09, 0x04, /* Usage (Joystick), */
131131
0xA1, 0x01, /* Collection (Application), */
132132
0xA1, 0x02, /* Collection (Logical), */
133133
0x95, 0x01, /* Report Count (1), */
@@ -175,7 +175,7 @@ static __u8 dfp_rdesc_fixed[] = {
175175

176176
static __u8 fv_rdesc_fixed[] = {
177177
0x05, 0x01, /* Usage Page (Desktop), */
178-
0x09, 0x04, /* Usage (Joystik), */
178+
0x09, 0x04, /* Usage (Joystick), */
179179
0xA1, 0x01, /* Collection (Application), */
180180
0xA1, 0x02, /* Collection (Logical), */
181181
0x95, 0x01, /* Report Count (1), */
@@ -242,7 +242,7 @@ static __u8 fv_rdesc_fixed[] = {
242242

243243
static __u8 momo_rdesc_fixed[] = {
244244
0x05, 0x01, /* Usage Page (Desktop), */
245-
0x09, 0x04, /* Usage (Joystik), */
245+
0x09, 0x04, /* Usage (Joystick), */
246246
0xA1, 0x01, /* Collection (Application), */
247247
0xA1, 0x02, /* Collection (Logical), */
248248
0x95, 0x01, /* Report Count (1), */
@@ -288,7 +288,7 @@ static __u8 momo_rdesc_fixed[] = {
288288

289289
static __u8 momo2_rdesc_fixed[] = {
290290
0x05, 0x01, /* Usage Page (Desktop), */
291-
0x09, 0x04, /* Usage (Joystik), */
291+
0x09, 0x04, /* Usage (Joystick), */
292292
0xA1, 0x01, /* Collection (Application), */
293293
0xA1, 0x02, /* Collection (Logical), */
294294
0x95, 0x01, /* Report Count (1), */

0 commit comments

Comments
 (0)