Re: [linux-usb-devel] gadget hotplug

2005-05-09 Thread mike lee
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, >> >>

Re: [linux-usb-devel] gadget hotplug

2005-05-08 Thread Alan Stern
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

Re: [linux-usb-devel] gadget hotplug

2005-05-08 Thread David Brownell
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_

Re: [linux-usb-devel] gadget hotplug

2005-05-07 Thread Alan Stern
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

Re: [linux-usb-devel] gadget hotplug

2005-05-07 Thread David Brownell
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 > >>

Re: [linux-usb-devel] gadget hotplug

2005-05-06 Thread mike lee
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. >> >

Re: [linux-usb-devel] gadget hotplug

2005-05-06 Thread David Brownell
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