diff options
-rw-r--r-- | drivers/hid/hid-dr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/hid-dr.c b/drivers/hid/hid-dr.c index 1d78ba3b799e..8fd4bf77f264 100644 --- a/drivers/hid/hid-dr.c +++ b/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. | 151 | * descriptor. In any case, it's a wonder it works on Windows. |
152 | * | 152 | * |
153 | * Usage Page (Desktop), ; Generic desktop controls (01h) | 153 | * Usage Page (Desktop), ; Generic desktop controls (01h) |
154 | * Usage (Joystik), ; Joystik (04h, application collection) | 154 | * Usage (Joystick), ; Joystick (04h, application collection) |
155 | * Collection (Application), | 155 | * Collection (Application), |
156 | * Collection (Logical), | 156 | * Collection (Logical), |
157 | * Report Size (8), | 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 */ | 207 | /* Fixed report descriptor for PID 0x011 joystick */ |
208 | static __u8 pid0011_rdesc_fixed[] = { | 208 | static __u8 pid0011_rdesc_fixed[] = { |
209 | 0x05, 0x01, /* Usage Page (Desktop), */ | 209 | 0x05, 0x01, /* Usage Page (Desktop), */ |
210 | 0x09, 0x04, /* Usage (Joystik), */ | 210 | 0x09, 0x04, /* Usage (Joystick), */ |
211 | 0xA1, 0x01, /* Collection (Application), */ | 211 | 0xA1, 0x01, /* Collection (Application), */ |
212 | 0xA1, 0x02, /* Collection (Logical), */ | 212 | 0xA1, 0x02, /* Collection (Logical), */ |
213 | 0x14, /* Logical Minimum (0), */ | 213 | 0x14, /* Logical Minimum (0), */ |