CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/31 10:38:42
Modified files:
sys/dev/usb : uvisor.c uhidev.c usb.c
Log message:
In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate()
for sub-devices, return the last error return value instead of |'ing the
failures together and creating some value that is non-0 (bravo!) but
potentially loses the specific error value...
