From: Alexander Holler <holler@ahsoftware.de>
To: linux-kernel@vger.kernel.org
Cc: linux-usb@vger.kernel.org,
Sarah Sharp <sarah.a.sharp@linux.intel.com>,
Alexander Holler <holler@ahsoftware.de>
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 [thread overview]
Message-ID: <1369862073-3685-2-git-send-email-holler@ahsoftware.de> (raw)
In-Reply-To: <1369862073-3685-1-git-send-email-holler@ahsoftware.de>
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
next prev parent reply other threads:[~2013-05-29 21:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 21:14 [PATCH 1/2] USB: xhci: rename ambiguous named XHCI_NEC_HOST to XHCI_NEC_SHOW_FW Alexander Holler
2013-05-29 21:14 ` Alexander Holler [this message]
2013-05-29 22:25 ` Sarah Sharp
2013-05-30 4:16 ` Alexander Holler
2013-05-30 17:46 ` Alexander Holler
2013-05-30 18:20 ` Sarah Sharp
2013-05-31 0:20 ` Alexander Holler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1369862073-3685-2-git-send-email-holler@ahsoftware.de \
--to=holler@ahsoftware.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sarah.a.sharp@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®