CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/13 06:48:08
Modified files:
sys/dev/usb : ukbd.c usbdi.c usbdi.h usbdi_util.c
Log message:
Polling is done per controller not per interface.
The controllers are linked through device->bus so the iface is redundant.
So fixing usbd_dopoll() to take the device as argument and making
usbd_interface2device_handle() private (for now) inside usbdi_util.
Tested and okay mpi@
