[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4D24689B.5040209@ru.mvista.com>
Date: Wed, 05 Jan 2011 15:48:27 +0300
From: Sergei Shtylyov <sshtylyov@...sta.com>
To: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
CC: David Brownell <dbrownell@...rs.sourceforge.net>,
linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...e.de>,
linux-usb@...r.kernel.org, qi.wang@...el.com,
yong.y.wang@...el.com, joel.clark@...el.com, kok.howg.ewe@...el.com
Subject: Re: [PATCH linux-next-2.6] pch_udc: support new device ML7213 IOH
Hello.
On 05-01-2011 14:22, Tomoya MORINAGA wrote:
> Support new device OKI SEMICONDUCTOR's ML7213 IOH(Input/Output Hub) which is for
> IVI(In-Vehicle Infotainment) use.
> The ML7213 is companion chip for Intel Atom E6xx series.
> The ML7213 is completely compatible for Intel EG20T PCH.
> Signed-off-by: Tomoya MORINAGA<tomoya-linux@....okisemi.com>
[...]
> diff --git a/drivers/usb/gadget/pch_udc.c b/drivers/usb/gadget/pch_udc.c
> index 0c8dd81..cab47d6 100644
> --- a/drivers/usb/gadget/pch_udc.c
> +++ b/drivers/usb/gadget/pch_udc.c
> @@ -361,6 +361,8 @@ struct pch_udc_dev {
>
> #define PCH_UDC_PCI_BAR 1
> #define PCI_DEVICE_ID_INTEL_EG20T_UDC 0x8808
> +#define PCI_VENDOR_ID_ROHM 0x10DB
> +#define PCI_DEVICE_ID_ML7213_IOH_UDC 0x801D
Please align the macro values with the above one.
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists