Add uhidev_set_report_dev() allowing usb drivers to early on install a
authoranton <anton@openbsd.org>
Thu, 4 Feb 2021 16:18:34 +0000 (16:18 +0000)
committeranton <anton@openbsd.org>
Thu, 4 Feb 2021 16:18:34 +0000 (16:18 +0000)
commite013a115c721688bca7b98b4ec3cdb63a4798344
tree09307483fd63de05997a26896f6042442449c7c0
parent133fffba95deb138ac07db5579c57048a2473008
Add uhidev_set_report_dev() allowing usb drivers to early on install a
handler for a specific report id. Needed by an upcoming driver in order
to communicate with the device already in the attach routine.

ok mglocker@ as part of a larger diff
sys/dev/usb/uhidev.c
sys/dev/usb/uhidev.h