On Sat, 15 May 2004, Developpement USB wrote: > As a mouse just send data on the usb port, I don't understand why the > usbserial driver cannot be used to drive those data on a file system > device.
That's not correct. A normal serial mouse just sends data on its serial port. But a USB mouse sends a series of structured data packets that must fit a certain format. A USB serial device does likewise, and the two formats are different. You can't use one device with a driver for the other; it won't work -- as you found out. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
