Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1235893 Details for
Bug 1376455
AMD IOMMU blocks function of Via VL805 USB 3.0 chipset
Home
New
Search
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.rh94 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]
test patch to see if intel timeout quirk applies to amd xhci controller
usb.patch (text/plain), 621 bytes, created by
Neil Horman
on 2016-12-29 15:30:11 UTC
(
hide
)
Description:
test patch to see if intel timeout quirk applies to amd xhci controller
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2016-12-29 15:30:11 UTC
Size:
621 bytes
patch
obsolete
>diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c >index e96ae80..3f9a408 100644 >--- a/drivers/usb/host/xhci-pci.c >+++ b/drivers/usb/host/xhci-pci.c >@@ -131,8 +131,10 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) > if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_find_chipset_info()) > xhci->quirks |= XHCI_AMD_PLL_FIX; > >- if (pdev->vendor == PCI_VENDOR_ID_AMD) >+ if (pdev->vendor == PCI_VENDOR_ID_AMD) { >+ xhci->quirks |= XHCI_INTEL_HOST; > xhci->quirks |= XHCI_TRUST_TX_LENGTH; >+ } > > if (pdev->vendor == PCI_VENDOR_ID_INTEL) { > xhci->quirks |= XHCI_LPM_SUPPORT;
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 1376455
:
1201239
|
1201241
| 1235893 |
1244785
|
1245159