[linux-usb-devel] GadgetFS newbie questions : Part II

2006-08-31 Thread Lisa Y.
Hello, A while back I asked a bunch of newbie questions and they were answered. Thankyou very much. Gadgetfs seems to be working, I *think*. Since the last time I e-mailed this mailing list, I have decided to use libusb-win32 with gadgetfs. My goal is still to get some simple communcation (read/wr

Re: [linux-usb-devel] GadgetFS newbie questions : Part II

2006-08-31 Thread Lisa Y.
Hello, I think I've got it ... previouusly my endpoints were misconfigured but after reading up on the mailing list over at libusb i *think* i've figured out what was missing. This is what was in my /proc/bus/usb/devices before : T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0

[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

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 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. > >

[linux-usb-devel] usb.c for GadgetFS

2006-09-10 Thread Lisa Y.
Hi, I can't seem to figure this out. But each time I run the usb.c program, it does not seem to go past the write () part in the simple_source_thread. It outputs a "signothing 22" and I'm not sure whether anything has been written to the endpoint-in virtual file. Is it waiting for some kind of s

Re: [linux-usb-devel] usb.c for GadgetFS

2006-09-19 Thread Lisa Y.
much for your time! Lisa > On Sunday 10 September 2006 6:10 pm, Lisa Y. wrote: > > Hi, > > > > I can't seem to figure this out. But each time I run the usb.c program, > > it does not seem to go past the write () part in the > > simple_source_thread. It