On Mon, 19 Jun 2006, Davide Perini wrote:

> Hello,
> previously I've just sent to the list some entry for
> unusualdevs.h.
> 
> Now I attach this patch for that entry.
> This patch fix I/O problem on Motorola RAZR V3x.

You should read the instructions near the top of unusual_devs.h about 
keeping entries in numerical order and where to email new entries.

 
> +/* patch submitted by Davide Perini <[EMAIL PROTECTED]>
> + * and Renato Perini <[EMAIL PROTECTED]>
> + * This entry is needed to support Motorola RAZR V3x
> + */
> +UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
> +       "Motorola",
> +       "RAZR V3x",
> +       US_SC_DEVICE, US_PR_DEVICE, NULL,
> +       US_FL_FIX_CAPACITY | US_FL_FIX_INQUIRY | US_FL_IGNORE_RESIDUE ),

Are you sure that the device needs all three flags?  It's most unlikely 
that the FIX_INQUIRY flag is necessary.  What happens if you leave out one 
of the other two as well?

Alan Stern



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

Reply via email to