All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed typo on USB device ID number.
@ 2018-06-27 16:04 ` Guy Chronister
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* Fixed typo on USB device ID number.
@ 2018-06-27 16:04 ` Guy Chronister
  0 siblings, 0 replies; 4+ 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;
 	}

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

* Re: [PATCH] Fixed typo on USB device ID number.
@ 2018-06-27 22:20   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-06-27 22:20 UTC (permalink / raw
  To: Guy Chronister; +Cc: guychronister, Mathias Nyman, linux-usb, linux-kernel

On Wed, Jun 27, 2018 at 11:04:27AM -0500, Guy Chronister wrote:
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>

I can't take patches without any changelog text at all, sorry.


> ---
>  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) {

Why do you think that 14 is not the valid number here?

Why is 15 the valid number?

thanks,

greg k-h

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

* Fixed typo on USB device ID number.
@ 2018-06-27 22:20   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-06-27 22:20 UTC (permalink / raw
  To: Guy Chronister; +Cc: guychronister, Mathias Nyman, linux-usb, linux-kernel

On Wed, Jun 27, 2018 at 11:04:27AM -0500, Guy Chronister wrote:
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>

I can't take patches without any changelog text at all, sorry.


> ---
>  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) {

Why do you think that 14 is not the valid number here?

Why is 15 the valid number?

thanks,

greg k-h
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 4+ 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 16:04 ` Guy Chronister
2018-06-27 22:20 ` [PATCH] " Greg Kroah-Hartman
2018-06-27 22:20   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.