CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/12 09:47:31
Modified files:
sys/dev/usb : if_athn_usb.c if_axe.c if_axen.c if_axenreg.h
if_axereg.h if_rsu.c if_rum.c if_rumreg.h
if_run.c if_urtw.c if_urtwn.c if_wi_usb.c
if_wi_usb.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.
Tests & ok stsp@