On Wednesday 8 November 2006 19:49, David Brownell wrote:
> > > Use fxload. Keeping your driver as simple as possible is a good reason.
> >
> > May be, but fxload doesn't seem really maintained/used anymore.
> 
> It certainly gets used, and ISTR every patch submitted in the past
> several years has been merged ...

I don't know what fxload does exactly, but couldn't there be a simple
usb driver that takes care of fxloading: it would attach itself to
any usb device that matches the ids for a device known to need fxloading;
it would then get the firmware using the firmware loading infrastructure
(the firmware file name would need to be calculated from the device ids
somehow), and upload it to the device.  At that point the device
transmogrifies itself into a device with different ids, the real driver
attaches itself and away you go.  Laurent wouldn't need to add stuff to his
driver, because this would be a separate (and universal) driver.

Ciao,

Duncan.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to