CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/26 08:05:24
Modified files:
sys/dev/usb : usb.c usbdi.c usbdivar.h
Log message:
Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix
for functions related to the usb(4) driver and keep usbd_* for generic
USB layer functions.
ok mglocker@
