CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/11/09 23:33:30
Modified files:
sys/dev/usb : uhidev.c uhidev.h
Log message:
Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, this
time without using sentinel that cannot be represented using a single
byte. Instead, use 0 as this report ID is reserved according to the USB
HID specification. Fixes attachment of some upd devices which exposes up
to 256 report IDs.
Thanks to Damien Couderc <openbsd at petrocore dot eu> for reporting and
testing.