FreeBSD Bugzilla – Attachment 127364 Details for
Bug 171197
ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1-RC1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add_set_address_delay.diff
add_set_address_delay.diff (text/x-patch; charset="iso-8859-15"), 461 bytes, created by
Hans Petter Selasky
on 2012-09-02 09:14:51 UTC
(
hide
)
Description:
add_set_address_delay.diff
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2012-09-02 09:14:51 UTC
Size:
461 bytes
patch
obsolete
>=== usb_request.c >================================================================== >--- usb_request.c (revision 239913) >+++ usb_request.c (local) >@@ -1547,6 +1547,10 @@ > > DPRINTFN(6, "setting device address=%d\n", addr); > >+ /* allow device time to set new address */ >+ usb_pause_mtx(mtx, >+ USB_MS_TO_TICKS(USB_SET_ADDRESS_SETTLE)); >+ > req.bmRequestType = UT_WRITE_DEVICE; > req.bRequest = UR_SET_ADDRESS; > USETW(req.wValue, addr);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171197
: 127364