Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312421 Details for
Bug 456297
USB devices not detected on PowerEdge R805
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed fix
linux-2.6.9-fix-front-usb-ports-on-dell-r805.patch (text/plain), 885 bytes, created by
Vitaly Mayatskikh
on 2008-07-23 06:15:49 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Vitaly Mayatskikh
Created:
2008-07-23 06:15:49 UTC
Size:
885 bytes
patch
obsolete
>usb: fix front usb ports on dell r805 > >diff -urp -X dontdiff linux-2.6.9-78.EL/drivers/usb/host/ehci-q.c linux-2.6.9-78.EL-bz454479.2/drivers/usb/host/ehci-q.c >--- linux-2.6.9-78.EL/drivers/usb/host/ehci-q.c 2008-07-11 19:48:37.000000000 -0400 >+++ linux-2.6.9-78.EL-bz454479.2/drivers/usb/host/ehci-q.c 2008-07-17 20:19:01.000000000 -0400 >@@ -829,12 +848,13 @@ static struct ehci_qh *qh_append_tds ( > /* control qh may need patching after enumeration */ > if (unlikely (epnum == 0)) { > /* set_address changes the address */ >- if ((qh->hw_info1 & QH_ADDR_MASK) == 0) >+ if ((qh->hw_info1 & QH_ADDR_MASK) == 0) { > qh->hw_info1 |= cpu_to_le32 ( > usb_pipedevice (urb->pipe)); >+ mdelay(1); > > /* for full speed, ep0 maxpacket can grow */ >- else if (!(qh->hw_info1 >+ } else if (!(qh->hw_info1 > & __constant_cpu_to_le32 (0x3 << 12))) { > u32 info, max; >
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 456297
: 312421