Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967096Ab3E2VPf (ORCPT ); Wed, 29 May 2013 17:15:35 -0400 Received: from h1446028.stratoserver.net ([85.214.92.142]:48937 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966939Ab3E2VPX (ORCPT ); Wed, 29 May 2013 17:15:23 -0400 From: Alexander Holler To: linux-kernel@vger.kernel.org Cc: linux-usb@vger.kernel.org, Sarah Sharp , Alexander Holler Subject: [PATCH 2/2] USB: xhci: show firmware version for Renesas XHCI hosts if debug is enabled Date: Wed, 29 May 2013 23:14:33 +0200 Message-Id: <1369862073-3685-2-git-send-email-holler@ahsoftware.de> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1369862073-3685-1-git-send-email-holler@ahsoftware.de> References: <1369862073-3685-1-git-send-email-holler@ahsoftware.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 29 They support the same vendor specific command as former NEC hosts. Signed-off-by: Alexander Holler --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/