K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-17T07:33:59.000000Z K 7 svn:log V 323 Expand USB_DO_ATTACH inline. Remove device_t dv, since it is no longer needed. Add sizeof(device_t) to replace sizeof dv. Change device_detach(dev) to device_detach(dev->subdevs[i]) since the type of dev isn't right! Not sure when this was introduced, but it likely would lead to a crash on disconnect. MFC After: 1 week END