FreeBSD Bugzilla – Attachment 54040 Details for
Bug 81774
2nd generation iPod mini cannot be mounted over USB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
usb_subr.ipod.patch
usb_subr.ipod.patch (text/plain), 545 bytes, created by
toomas.aas
on 2005-11-03 17:30:01 UTC
(
hide
)
Description:
usb_subr.ipod.patch
Filename:
MIME Type:
Creator:
toomas.aas
Created:
2005-11-03 17:30:01 UTC
Size:
545 bytes
patch
obsolete
>--- usb_subr.c.orig 2005-09-12 15:18:53.000000000 -0400 >+++ usb_subr.c 2005-09-12 15:18:58.000000000 -0400 >@@ -778,6 +778,7 @@ usbd_setup_pipe(usbd_device_handle dev, > free(p, M_USB); > return (err); > } >+#if 0 > /* Clear any stall and make sure DATA0 toggle will be used next. */ > if (UE_GET_ADDR(ep->edesc->bEndpointAddress) != USB_CONTROL_ENDPOINT) { > err = usbd_clear_endpoint_stall(p); >@@ -792,6 +793,7 @@ usbd_setup_pipe(usbd_device_handle dev, > return (err); > } > } >+#endif > *pipe = p; > return (USBD_NORMAL_COMPLETION); > }
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 81774
: 54040 |
54041