CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/08 15:00:11
Modified files:
sys/dev/usb : uhidev.c usbdi_util.c usbdi_util.h
Log message:
Deprecate usb_*_report(). USB HID devices are always attached below
an uhidev(4) on OpenBSD and there is not point in rerolling your own
reportID handling. Simply use uhidev_*_report().
This is a first step towards better error handling required to deal
with broken upd(4) firmwares.
Tested by David Higgs.
