Jeff Baitis wrote: >Ah, thanks Yashi, I didn't notice this since I was looking in the USB driver >directories ;) > >Steve: > >The option seems to be inactive in the kernel config; maybe this patch should >be applied? Or is there a reason why this option is inaccessible? > Jeff, Yashi: I wrote a similar patch to Yashi's. I've attached it. Pete: have you applied this to linux-mips yet? > >On Thu, May 08, 2003 at 03:53:34PM +0900, Yasushi SHOJI wrote: > > >>At Wed, 7 May 2003 20:31:27 -0700, >>Jeff Baitis wrote: >> >> >>>Has anyone played with the AU1X00 USB device port yet? If not, what would you >>>guys suggest that the AU1X00 appear as? USB over Ethernet? Or maybe a simple >>>dummy device that will perform bulk transfers? >>> >>> >>there are au1000_usbraw.c and au1000_usbtty.c in linux-mips.org's CVS >>under drivers/char. >> >>I'd be excited to see usb storage driver for usb device. >> >>as a related topic, does anyone know how usb gadget api is coming? I'm >>assuming that once usb gadget stabilized and people start using it, >>we'll be converting au1's usb dev driver to gadget api, no? >> This is the first time I've heard of the gadget api, but I'd love to port the au1x00 usb dev driver to a full-featured device-side protocol stack, as soon as the community agrees on one. When I wrote this driver, I implemented my own, very limited, device and function api, as there still wasn't an accepted device-side api. But sounds like maybe that will finally happen. Steve