On Thu, 7 Feb 2008, Fabio Venturi wrote:

> I don't see any USB quirk in dmesg,
> the initd file is rebuilt every time I change
> something in the kernel with mkinitcpio on ArchLinux.
> 
> The patched quirks.c is:
...
> static const struct usb_device_id usb_quirk_list[] = {
>       /* Action Semiconductors flash disk */
>       {USB_DEVICE(0x10d6, 0x0022), .driver_info =
> USB_QUIRK_STRING_FETCH_255},

No, no!  Please use the patch in the form I sent to you.  The 
USB_DEVICE macro should say:

        USB_DEVICE(0x10d6, 0x2200)

> but this:
> dev_dbg(&udev->dev, "USB quirks for this device: %x\n", udev->quirks);
> never happens

Because you altered the patch.  Again.

> Is this:
> {USB_DEVICE(0x10d6, 0x0022), .driver_info = USB_QUIRK_STRING_FETCH_255},
> right?

No.  Look at my previous email messages.

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