On Tue, 29 Jan 2008, Robert Spitzenpfeil wrote:

> --- linux/drivers/usb/storage/unusual_devs.h.orig       2007-07-03 
> 18:44:59.000000000 +0100
> +++ linux/drivers/usb/storage/unusual_devs.h    2007-07-03 
> 19:01:47.000000000 +0100
> @@ -1317,6 +1317,16 @@
>                 US_SC_DEVICE, US_PR_DEVICE, NULL,
>                 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | 
> US_FL_MAX_SECTORS_64),
> 
> +/* Patch by Leonid Petrov mail at lpetrov.net
> + * http://www.qbik.ch/usb/devices/showdev.php?id=1705
> + * Updated to 103 device by MJ Ray mjr at phonecoop.coop
> + */
> +UNUSUAL_DEV(  0x0f19, 0x0103, 0x0100, 0x0100,
> +               "Oracom Co., Ltd",
> +               "ORC-200M",
> +                US_SC_DEVICE, US_PR_DEVICE, NULL,
> +                US_FL_IGNORE_RESIDUE | US_FL_FIX_INQUIRY),
> +

The US_FL_FIX_INQUIRY flag almost certainly isn't needed.  Can you 
verify that the device works okay without that flag?

Alan Stern

-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to