On Tue, 5 Feb 2008, Fabio Venturi wrote:

> I've tried to patch quirks.c with:
>  +    { USB_DEVICE(0x10d6, 0x2200), .driver_info = 
> USB_QUIRK_STRING_FETCH_255},
> 
> and also with
> 
>  +    { USB_DEVICE(0xd610, 0x2200), .driver_info = 
> USB_QUIRK_STRING_FETCH_255},
> 
> since i saw this line in the usbmon output:
> d0bb4ec0 1770330276 C Ci:1:000:0 0 18 = 12010002 ff000040 d6100022
> 00010102 0301

The two values in that line are in little-endian format.  That means 
they represent the numbers 0x10d6 and 0x2200.

> Anyway the problem persists and
> that's the usbmon output with the 2nd patch:

But the second patch is wrong.  What's the output with the first patch?

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