> From: Federico Vaga [mailto:federico.v...@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.v...@gmail.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asna...@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 <pa...@synopsys.com>

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

Reply via email to