CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/24 03:40:28
Modified files:
sys/dev/usb : uhidev.c uhidev.h ukbd.c usbdi_util.c
usbdi_util.h
Log message:
Change the usbd_*_report() family of functions to take a usbd_device
and a infaceno argument instead of an iface pointer. While here,
remove some unused functions and inlined usbd_read_report_desc since
it is used only once.
This is part of plumbing required to convert the various USB HID devices
to handle multiples report IDs.
ok andre@