CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2013/05/08 02:26:25
Modified files: sys/dev/usb : uthum.c Log message: Move reset commands from that attach path to an own function. Reset device on detach (required for planed usb device claiming). Tested with my uthum(4) device "TEMPer sensor(0x660c), Ten X Technology, Inc.(0x1130)". ok yuo@, mpi@