On Tue, 13 Apr 2004, Michael Tokarev wrote: > usb-storage: This device (0686,400f,0001 S 06 P 50) has an unneeded SubClass entry > in unusual_devs.h > Please send a copy of this message to <[EMAIL PROTECTED]> > scsi0 : SCSI emulation for USB Mass Storage devices > Vendor: MINOLTA Model: DIMAGE CAMERA Rev: 1.00 > Type: Direct-Access ANSI SCSI revision: 02 > USB Mass Storage device found at 2 > > Some time ago I posted a patch for this [EMAIL PROTECTED] kernel for > this device, because it did not work. Now, it seems, the entry is > not needed anymore...
Yes, that's odd. The only thing the entry does is provide a SubClass override, which isn't needed for your camera. Is it likely that other models of the camera _do_ require the override? Or did the entry you submitted originally contain some other flag, like US_FL_START_STOP, that is no longer necessary? Can you verify that if you remove the entire entry from unusual_devs.h then your camera continues to work okay with the usb-storage driver? Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
