CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/07 02:44:38
Modified files:
sys/dev/usb : uhidev.c uhidev.h
Log message:
When deactivating child devices do not panic if their driver does
not implement an *activate() function. This could receive more love
but is good enough for the moment to start cleaning useless *activate()
functions.
While here remove unused sc_dying argument.
Tested by and ok mglocker@
