CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/18 03:28:54
Modified files:
sys/dev/usb : if_smsc.c if_smscreg.h
Log message:
Only match devices with a valid configuration.
Most of the WiFi/Ethernet USB adapter only have one configuration and always
use its first interface. In order to improve USB descriptors parsing start
by reducing the number of places where a configuration is set.
Tested by jsg@
