On Tue, Jan 08, 2002 at 07:28:54PM +0200, Yoav Etsion wrote: > Hi all, > > I am writing a driver for the keyspan digital media remote. This device is > based on the EZ-USB chip (2132SC). I just finished writing a firmware for > that device, and need to download it from the driver (until now I used the > ezusb driver which does so from command line). > There is some code that do that in the usb/serial keyspan driver (and > might be on other drivers as well).
It's actually in the usbserial.c core code. How is your driver going to interact with userspace? > I hate to copy&paste this code, but the device does not belong in the > usb/serial directory (more of a usb/input device). > Is someone out there working on generic support for those chips, or will > every driver for a device containing the EZ-USB will also reinvent the > wheel? I was going to split this code up into some generic functions, but was shot down by the maintainer at the time. Since things have changed since then, I think I will move these functions back into the core usb code :) But also remember, in the near future, all of the usb firmware loading will move to userspace (see the archives for a description of this.) thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
