CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/04 09:18:34
Modified files:
sys/dev/usb : uhidev.c uhidev.h
Log message:
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
