mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 board
@ 2013-05-13 17:54 Federico Vaga
  2013-05-13 18:09 ` Paul Zimmerman
  0 siblings, 1 reply; 2+ messages in thread
From: Federico Vaga @ 2013-05-13 17:54 UTC (permalink / raw)
  To: Paul Zimmerman, Greg Kroah-Hartman
  Cc: linux-usb, devel, linux-kernel, Giancarlo Asnaghi, Federico Vaga

Signed-off-by: Federico Vaga <federico.vaga@gmail.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
---
 drivers/staging/dwc2/pci.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/staging/dwc2/pci.c b/drivers/staging/dwc2/pci.c
index 69c65eb..7029b9f 100644
--- a/drivers/staging/dwc2/pci.c
+++ b/drivers/staging/dwc2/pci.c
@@ -162,6 +162,10 @@ static DEFINE_PCI_DEVICE_TABLE(dwc2_pci_ids) = {
 	{
 		PCI_DEVICE(PCI_VENDOR_ID_SYNOPSYS, PCI_PRODUCT_ID_HAPS_HSOTG),
 	},
+	{
+		PCI_DEVICE(PCI_VENDOR_ID_STMICRO,
+			   PCI_DEVICE_ID_STMICRO_USB_OTG),
+	},
 	{ /* end: all zeroes */ }
 };
 MODULE_DEVICE_TABLE(pci, dwc2_pci_ids);
-- 
1.8.1.4


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

* RE: [PATCH] dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 board
  2013-05-13 17:54 [PATCH] dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 board Federico Vaga
@ 2013-05-13 18:09 ` Paul Zimmerman
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Zimmerman @ 2013-05-13 18:09 UTC (permalink / raw)
  To: Federico Vaga, Greg Kroah-Hartman
  Cc: linux-usb, devel, linux-kernel, Giancarlo Asnaghi

> From: Federico Vaga [mailto:federico.vaga@gmail.com]
> Sent: Monday, May 13, 2013 10:54 AM
> 
> add STMICRO vendor and device ID for STA2X11 board
> 
> Signed-off-by: Federico Vaga <federico.vaga@gmail.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
> ---
>  drivers/staging/dwc2/pci.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/staging/dwc2/pci.c b/drivers/staging/dwc2/pci.c
> index 69c65eb..7029b9f 100644
> --- a/drivers/staging/dwc2/pci.c
> +++ b/drivers/staging/dwc2/pci.c
> @@ -162,6 +162,10 @@ static DEFINE_PCI_DEVICE_TABLE(dwc2_pci_ids) = {
>  	{
>  		PCI_DEVICE(PCI_VENDOR_ID_SYNOPSYS, PCI_PRODUCT_ID_HAPS_HSOTG),
>  	},
> +	{
> +		PCI_DEVICE(PCI_VENDOR_ID_STMICRO,
> +			   PCI_DEVICE_ID_STMICRO_USB_OTG),
> +	},
>  	{ /* end: all zeroes */ }
>  };
>  MODULE_DEVICE_TABLE(pci, dwc2_pci_ids);

Acked-by: Paul Zimmerman <paulz@synopsys.com>


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

end of thread, other threads:[~2013-05-13 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-13 17:54 [PATCH] dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 board Federico Vaga
2013-05-13 18:09 ` Paul Zimmerman

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®