On Fri, 11 Jul 2003, Olaf Hering wrote:

> Hello,
> 
> we have this patch in our kernel since quite some time, a google search
> for
> 
> 0x0421 Nokia 0x0404 5510 UNUSUAL_DEV
> 
> shows some more 'success stories'.
> Can this one go into the main kernel?
> 
> I do not have such a device to verfiy that it works.
> 
> 
> diff -urN linux-2.4.20/drivers/usb/storage/unusual_devs.h 
> linux-2.4.20.SuSE/drivers/usb/storage/unusual_devs.h> --- 
> linux-2.4.20/drivers/usb/storage/unusual_devs.h   2003-02-17 
13:54:24.000000000 +0100
> +++ linux-2.4.20.SuSE/drivers/usb/storage/unusual_devs.h      2003-02-17 
> 14:19:30.000000000 +0100
> @@ -76,6 +76,12 @@
>               US_SC_SCSI, US_PR_BULK, NULL,
>               US_FL_FIX_INQUIRY | US_FL_START_STOP),
>  
> +UNUSUAL_DEV(  0x0421, 0x0404, 0x0000, 0xffff,
> +             "Nokia",
> +             "5510",
> +             US_SC_SCSI, US_PR_BULK, NULL,
> +             US_FL_START_STOP),
> +
>  #ifdef CONFIG_USB_STORAGE_DPCM
>  UNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
>               "Microtech",

Judging by the appearance of this patch, it should not be needed in 
kernels from 2.4.21 on.  The START_STOP flag is no longer necessary and 
the patch doesn't seem to do anything else, although I might be wrong 
about that.

Alan Stern



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to