RE: [PATCH] dwc2/pci.c: add STMICRO vendor and device ID forSTA2X11 board

From: Paul Zimmerman
Date: Mon May 13 2013 - 14:09:12 EST


> From: Federico Vaga [mailto:federico.vaga@xxxxxxxxx]
> Sent: Monday, May 13, 2013 10:54 AM
>
> add STMICRO vendor and device ID for STA2X11 board
>
> Signed-off-by: Federico Vaga <federico.vaga@xxxxxxxxx>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@xxxxxx>
> ---
> 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@xxxxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/