Hi Stephan Not sure where I should forward this info to, but I've purchased a recently released Sony DSC-S75 digital still camera and here is the patch that make the USB work (includes the < S70 and = S75): --- linux-2.2.19/drivers/usb/usb-storage.c.orig Thu May 10 00:01:26 2001 +++ linux-2.2.19/drivers/usb/usb-storage.c Wed May 9 23:36:11 2001 @@ -1651,6 +1651,10 @@ US_FL_SINGLE_LUN | US_FL_IGNORE_SER}, { 0x07af, 0x0005, 0x0100, "Microtech USB-SCSI-HD50", US_SC_SCSI, US_PR_BULK, US_FL_ALT_LENGTH}, + { 0x054c, 0x0010, 0x0210, + "Sony DSC", US_SC_SCSI, US_PR_CB, US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE | US_FL_ALT_LENGTH}, + { 0x054c, 0x0010, 0x0322, + "Sony DSC-S75", US_SC_SCSI, US_PR_CB, US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE | US_FL_ALT_LENGTH}, { 0x0000, 0x0000, 0x0, "", 0, 0, 0} }; note that bcdDevice has been changed since S70 from 0x210 to 0x322. A similar patch should do the same effect under kernel 2.4.x (I ve 2.4.3 too, and this info is missing) Thanks! _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel