David Brownell wrote:
>On Friday 06 May 2005 9:15 pm, mike lee wrote:
>
>
>>David Brownell wrote:
>>
>>
On Wednesday 04 May 2005 7:34 pm, mike lee wrote:
>> I just finish my draft version gadget controller driver on imx
>>platform,
>>
>>
On Sun, 8 May 2005, David Brownell wrote:
> > > } else if (gadget_is_omap (gadget)) {
> > > device_desc.bcdDevice = __constant_cpu_to_le16 (0x0208);
> > > } else if (gadget_is_lh7a40x(gadget)) {
> > > device_desc.bcdDevice = __constant_cpu_to_le16 (0
On Saturday 07 May 2005 2:42 pm, Alan Stern wrote:
> On Sat, 7 May 2005, David Brownell wrote:
>
> > > Also i found that there is a bcddevice no in all gadget drivers. Do
> > > i need to register officially?
> >
> > That is, to fit into blocks of code like:
> >
> > } else if (gadget_
On Sat, 7 May 2005, David Brownell wrote:
> > Also i found that there is a bcddevice no in all gadget drivers. Do
> > i need to register officially?
>
> That is, to fit into blocks of code like:
>
> } else if (gadget_is_omap (gadget)) {
> device_desc.bcdDevice = __con
On Friday 06 May 2005 9:15 pm, mike lee wrote:
> David Brownell wrote:
> >>On Wednesday 04 May 2005 7:34 pm, mike lee wrote:
> >>
> I just finish my draft version gadget controller driver on imx
> platform,
> >>
> >>Great! If that'll be generally available, I'll mention i.MX on
> >>
David Brownell wrote:
>>On Wednesday 04 May 2005 7:34 pm, mike lee wrote:
>>
>>
>
>
Hi all
I just finish my draft version gadget controller driver on imx
platform,
>>
>>
>>
>>Great! If that'll be generally available, I'll mention i.MX on
>>the webpage.
>>
>
On Wednesday 04 May 2005 7:34 pm, mike lee wrote:
> Hi all
> I just finish my draft version gadget controller driver on imx
> platform,
Great! If that'll be generally available, I'll mention i.MX on
the webpage.
> but how can i benefit from the hotplug function provided from
> kernel? Do