On Wed, Apr 03, 2002 at 06:10:34PM -0800, Daniel Cruz wrote: > > The firmware in the microcontroller is written to be used with a HID driver, > so that is the driver I'm using now, however since timing is very important > in my application, I think is better to go with a device-specific driver.
Heh, timing is critical, yet you are using USB, let alone a low-speed USB device? You might want to rethink that design decision :) If your device works with the HID driver, I would suggest using that one. There is a userspace interface to the HID events that you can use. Good luck, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
