commit | 34cfba73b4a7e5c4d8d2f9e16943765e5651bd30 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Sat Dec 17 11:20:37 2022 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 21 12:20:55 2022 +0100 |
tree | f2ad7df75452d0ad63921ba1a75e299c76b2342a | |
parent | 3369137b3492ab158037dfcdfdc451bde96fdd4c [diff] |
usb: device: hid: correct bcdHID to v1.11 spec bcdHID is intended for the spec version of USB HID. It was pointing to the v1.1 bcdUSB define which happens to be the same value for the v1.10 hid spec version. This corrects it to use the v1.11 HID spec. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>