Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   kent
Date:           Mon Aug 18 18:03:21 UTC 2008

Modified Files:
        src/sys/dev/usb: uhub.c usb_subr.c usbdivar.h

Log Message:
Implement uhub_rescan().  After this change, "modload uaudio.kmod"
configures an audio device correctly for a device which is already
plugged.

* usb_subr.c
 Add locators parameter to usbd_attachinterfaces()
 Add usbd_reatach_device()

* usbdivar.h
 Export usbd_reatach_device()


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/dev/usb/uhub.c
cvs rdiff -r1.161 -r1.162 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.87 -r1.88 src/sys/dev/usb/usbdivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index