CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 03:14:59
Modified files:
sys/dev/usb : uhub.c moscom.c uark.c uchcom.c udcf.c umbg.c
umct.c uonerng.c uplcom.c uscom.c uslcom.c
uts.c uvisor.c uvscom.c
Log message:
Avoid calling usbd_set_config_index() 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.
