lkml.org 
[lkml]   [2013]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] USB: xhci: show firmware version for Renesas XHCI hosts if debug is enabled
Date
They support the same vendor specific command as former NEC hosts.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
---
drivers/usb/host/xhci-pci.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index f47d3d2..9977cee 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -78,7 +78,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
xhci->quirks |= XHCI_TRUST_TX_LENGTH;
}

- if (pdev->vendor == PCI_VENDOR_ID_NEC)
+ if (pdev->vendor == PCI_VENDOR_ID_NEC ||
+ pdev->vendor == PCI_VENDOR_ID_RENESAS)
xhci->quirks |= XHCI_NEC_SHOW_FW;

if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96)
--
1.8.1.5


\
 
 \ /
  Last update: 2013-05-29 23:21    [W:0.096 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site