Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
Ah, thankyou very much. I will use 2, 2, 3 instead of 1, 2, 3 ... and see if there's a fix for the device controller driver. > On Wed, 6 Sep 2006, Lisa Y. wrote: > > > Hi, > > > > I'm running testusb.c on the host and gadgetfs+usb.c on the device. > > However testing seems to give "error 71".

Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
DEVICE side (linux 2.6.11): ^ <--- typo previously > > > This is what I've added to the usb.c sample code (crosscompiled and ran > on the devce) to the autoconfig() function: > > > } else if (stat (DEVNAME = "amd5536udc",

Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Alan Stern
On Wed, 6 Sep 2006, Lisa Y. wrote: > Hi, > > I'm running testusb.c on the host and gadgetfs+usb.c on the device. > However testing seems to give "error 71". > > What does error 71 from the test mean? > What might be causing it, and is it fixable? You can look up the meaning of these error n

[linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
Hi, I'm running testusb.c on the host and gadgetfs+usb.c on the device. However testing seems to give "error 71". What does error 71 from the test mean? What might be causing it, and is it fixable? Thank you. Below are some additional details : Host side (linu