Leif Sawyer schrieb: > > Rene Engelhard responsd to: > > Leif Sawyer who wrote: > > > I've verified that this patch works for my device. What's needed > > > is to see if this dev entry could be consolidated with the version > > > that Rene uses. > > > > > > Rene -- would you be willing to give this a go? The only thing > > > that would need to be changed is the Minimum Rev, so that it matched > > > yours (0x0074) > > > > It does _not_ work, not with your patch in orginal and nor with the > > 0x0074 instead. > > > > Rene > > So we will need two device entries. 0074, which does not need the > FIX_INQUIRY, and 0260 which DOES. > > +UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, > + "ScanLogic", > + "SL11R-IDE", > + US_SC_SCSI, US_PR_BULK, NULL, > + US_FL_SL_IDE_BUG ), > + > +UNUSUAL_DEV( 0x04ce, 0x0002, 0x0200, 0x0240, > + "H45 Technology Corp", > + "ScanLogic USB ATA/ATAPI Adapter", > + US_SC_SCSI, US_PR_BULK, NULL, > + US_FL_FIX_INQUIRY | US_FL_SL_IDE_BUG ), > > Using this, it should work for you, as it is effectively > your patch (just reworked to be device-dependant, not compile-time > dependant) > > This (if it works) should solve Matt's concerns. > > Haven't heard back from Dylan or Peter yet on their setups. Feedback, guys?
NoNo, my device (Transcend TS0MFLRD with ScanLogic SL11R-IDE 0049SQFP-1.2 A002) NEEDS US_FL_FIX_INQUIRY + it works on LUN 1 (LUN 0 is not usable for me) I think the chip can handle CompactFlash and MicroDrive (or so) I do not need US_FL_SL_IDE_BUG I verified it here @home: dd, mcopy all works fine on 32MB CompactFlash Peter Wächtler wrote: > > I sent a patch to unusual_devs.h but didn't get any response yet. > I need to set "CONFIG_SCSI_MULTI_LUN=y" and use the second device for > CompactFlash. > No other needed change here: > > > UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, > "ScanLogic", > "SL11R-IDE", > US_SC_SCSI, US_PR_BULK, NULL, > US_FL_FIX_INQUIRY), _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel