CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/14 08:57:05
Modified files:
sys/dev/usb : umcs.c
Log message:
Setting the configuration in *_attach() is a bad practise because if it
fails it's impossible to debug and you cannot use your device.
So instead of calling usbd_set_config_index(), match the right interface.
This is trivial with this device because it has only one configuration
and interface.
