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?


Leif



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to