Re: USB bug fix for DETACH message.

2004-03-18 Thread Julian Elischer
thanks! On Thu, 18 Mar 2004, Matthew Dillon wrote: > A DragonFly user noticed that usbd does not seem to get DETACH events > for UMASS devices. > > I tracked this down (in the FreeBSD-5 codebase for your convenience) > to line 1382 of usb_subr.c: > > /*usbd_add_dev_e

USB bug fix for DETACH message.

2004-03-18 Thread Matthew Dillon
A DragonFly user noticed that usbd does not seem to get DETACH events for UMASS devices. I tracked this down (in the FreeBSD-5 codebase for your convenience) to line 1382 of usb_subr.c: /*usbd_add_dev_event(USB_EVENT_DEVICE_DETACH, dev);*/ This line was apparentl