CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/23 06:20:14
Modified files:
sys/dev/usb : uhidev.c
Log message:
Fix uhidev_detach() when detaching a device which did not claimed for all
report IDs, on those cases some positions on sc_subdevs[] can be null.
Initial analysis by guenther@.
ok mpi@
