On Thu, 14 Aug 2003, Olaf Hering wrote:

> I'm not sure if this patch fixes it. Have to wait for the person who
> reported it.
> 
> 
> --- usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h~    2003-07-29 
> 12:17:12.000000000 +0200
> +++ usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h     2003-08-13 
> 08:18:14.000000000 +0200
> @@ -285,7 +285,14 @@ UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x
>               "PEG Mass Storage",
>               US_SC_8070, US_PR_CBI, NULL,
>               US_FL_FIX_INQUIRY ),
> -             
> +
> +/* floppy reports multiple luns, [EMAIL PROTECTED] */
> +UNUSUAL_DEV(  0x055d, 0x2020, 0x0000, 0x0100,
> +             "SAMSUNG",
> +             "SFD-321U [FW 0C]",
> +             US_SC_UFI, US_PR_CBI, NULL,
> +             US_FL_SINGLE_LUN ),
> +
>  UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299, 
>               "Y-E Data",
>               "Flashbuster-U",
> 

You should use US_SC_DEVICE and US_PR_DEVICE rather than US_SC_UFI and 
US_PR_CBI, because the entries in the file don't override the values 
reported by the device (as indicated by the contents of 
/proc/bus/usb/devices in your previous posting).

Alan Stern



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to