On Mon, 7 Jun 2004, Ingo van Lil wrote: > I just remembered something else: The player's manual told me to add > these lines to unusual_devs.h: > > UNUSUAL_DEV (0x09bc, 0x0003, 0x0000, 0x9999, > "PONTIS", > "SP600", > US_SC_SCSI, US_PR_BULK, NULL, > US_FL_START_STOP), > > I tried that at first, but it lead to compiler errors about > US_FL_START_STOP being undeclared. A Google search for the error message > lead to a forum post claiming that the patch was no longer needed for > kernel versions 2.4.20 and greater. This is not somehow related to my > problems, is it?
That's right, US_FL_START_STOP no longer does anything, so the unusual_devs.h entry isn't needed. No, it's not related to your problems. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
