Re: Re: [linux-usb-devel] about usb device on PXA255

2003-08-14 Thread Robert Schwebel
On Thu, Aug 14, 2003 at 08:48:19AM +, agikor M wrote: > drivers/arch/mach-pxa/usb_ctl.c > -/usb_ep0.c > -/usb_recv.c > -/usb_send.c > Do you mean these files acting as the pxa2xx_udc controller driver? No, this is old stuff. The new U

Re: Re: [linux-usb-devel] about usb device on PXA255

2003-08-14 Thread agikor M
Hi,Robert Schwebel You have to write a gadget driver: use the pxa2xx_udc controller driver (which talks to the hardware and handles all the hardware access stuff), drivers/arch/mach-pxa/usb_ctl.c -/usb_ep0.c -/usb_recv.c -/usb_send.c Do y

[linux-usb-devel] about usb device on PXA255

2003-08-14 Thread agikor M
Hi,all I am a newbie on usb device.Now I have a task about the usb device on PXA255.we have designed a HPC which based on PXA255 and we want to use the HPC as a mass storage device(a usb removable disk) through the usb on pxa255. Would you like to tell me how I can get a start and introduce me t

Re: [linux-usb-devel] about usb device on PXA255

2003-08-14 Thread Robert Schwebel
On Wed, Aug 13, 2003 at 01:53:49AM +, agikor M wrote: > I am a newbie on usb device.Now I have a task about the usb device on > PXA255.we have designed a HPC which based on PXA255 and we want to use > the HPC as a mass storage device(a usb removable disk) through the usb > on pxa255. Would you