On Wed, 6 Mar 2002 14:13, calvin wrote: > So, my PDA is a device, not host, what I need to do is device controller, > not host controller. Am I right? I am not sure what you are asking - this doesn't seem to be a sentence. If the hardware you are using is a device, then clearly you need a device controller. Similarly, if the hardware is a host controller, then you need a host controller driver.
Brad > ----- Original Message ----- > From: "Brad Hards" <[EMAIL PROTECTED]> > To: "KWAN_WING_CHEUNG" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Wednesday, March 06, 2002 10:57 AM > Subject: Re: [Linux-usb-users] About USB driver in PDA > > > On Wed, 6 Mar 2002 13:13, KWAN_WING_CHEUNG wrote: > > > Dear all, > > > > > > I'm doing a project about usb interface in a PDA running linux. So I > > > should write a Linux usb driver porting on the PDA. So can anyone tell > > me > > > > any related topics or useful information for my reference? Thank you > > very > > > > much!!! > > > > Dmitri provided the answer for the case where the PDA has a host > > controller. > > > If your PDA only has a slave (device) interface, you might want to look > > at the usbnet driver (the code for SA1110 is in the linux kernel, in the > > arm tree). There is also the Zaurus code, which also runs on arm. > > > > Good luck, and don't forget to contribute the results back! > > > > Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
