public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed typo on USB device ID number.
@ 2018-06-27 16:04 Guy Chronister
  2018-06-27 22:20 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Guy Chronister @ 2018-06-27 16:04 UTC (permalink / raw)
  Cc: guychronister, Guy Chronister, Mathias Nyman, Greg Kroah-Hartman,
	linux-usb, linux-kernel

Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
---
 drivers/usb/host/xhci-pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 6372edf..6ec766b 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -196,7 +196,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
 		xhci->quirks |= XHCI_BROKEN_STREAMS;
 	}
 	if (pdev->vendor == PCI_VENDOR_ID_RENESAS &&
-	    pdev->device == 0x0014) {
+	    pdev->device == 0x0015) {
 		xhci->quirks |= XHCI_TRUST_TX_LENGTH;
 		xhci->quirks |= XHCI_ZERO_64B_REGS;
 	}
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-27 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 16:04 [PATCH] Fixed typo on USB device ID number Guy Chronister
2018-06-27 22:20 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox