CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/11/06 05:58:02
Modified files:
sys/dev/usb : if_atu.c if_cue.c if_mos.c if_otus.c if_ral.c
if_uath.c if_upgt.c if_upl.c if_url.c uberry.c
udl.c udsbr.c uipaq.c uow.c usps.c
Log message:
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
it instead.
If anything bad happen due to a malformed descriptor it makes no sense
to try to attach a driver, and bail before probing.
This is similar to the change to avoid calling usbd_set_config_index().