CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/10 01:46:24
Modified files:
sys/dev/usb : if_kue.c
Log message:
Instead of refetching the descriptor from the device, just use the copy
already in memory retrieved during the autoconf USB attach logic. This
is a good example of how confusing can be the usbd_get_* functions.
ok mglocker@
