In enumerating mode, calculate the bit offset using the HID input
authoranton <anton@openbsd.org>
Tue, 31 Aug 2021 05:17:49 +0000 (05:17 +0000)
committeranton <anton@openbsd.org>
Tue, 31 Aug 2021 05:17:49 +0000 (05:17 +0000)
commita818e483013c955a0c0cb0481f857f6c7e5b4b7a
tree1cae37dd2c9d07b5994387f185a0380940c85fcc
parent087025f8fbdd9151b05a36c2345a6b513fd0a50f
In enumerating mode, calculate the bit offset using the HID input
location as the product of the corresponding Report Count and Report
Size can be greater than one.

Fixes Richard Toohey's <richardjtoohey at gmail dot com> Dell keyboard.
sys/dev/usb/ucc.c