On Wed, Aug 25, 2004 at 03:45:42PM -0600, Joe Pfeiffer wrote: > I've got a class embarking on a project that will involve writing code > for an SGS-Thompson ST7262 microprocessor. The most convenient > way to download programs for it would, of course, be to use the USB > DFU class. So... is this supported at present, and specifically for > the ST7 series? Where should I look?
Take a look at the userspace firmware interface for some usb devices. There really isn't a "DFU" kernel driver, as it hasn't been needed yet, and it will be pretty specific for your hardware, so it's hard to create a general driver. Oh, and there's a bug in the example code for the DFU USB spec, be careful, some stupid person wrote that stuff without properly testing it out... And stuff like this should be on the linux-usb-devel mailing list, not the users one. thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
