[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530115467-3771-1-git-send-email-guylovesbritt@gmail.com>
Date: Wed, 27 Jun 2018 11:04:27 -0500
From: Guy Chronister <guylovesbritt@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: guychronister@...look.com,
Guy Chronister <guylovesbritt@...il.com>,
Mathias Nyman <mathias.nyman@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Fixed typo on USB device ID number.
Signed-off-by: Guy Chronister <guylovesbritt@...il.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
Powered by blists - more mailing lists