Hi Gunne,

On Thursday 24 July 2008, Gunne Steen wrote:
> Hi Linux UVC developers,
>
> Index: uvc_driver.c
> ===================================================================
> --- uvc_driver.c      (revision 238)
> +++ uvc_driver.c      (arbetskopia)
> @@ -1929,6 +1929,15 @@
>         .bInterfaceSubClass   = 1,
>         .bInterfaceProtocol   = 0,
>         .driver_info          = UVC_QUIRK_PROBE_MINMAX },
> +     /* Bison - Unknown vendor */
> +     { .match_flags          = USB_DEVICE_ID_MATCH_DEVICE
> +                             | USB_DEVICE_ID_MATCH_INT_INFO,
> +       .idVendor             = 0x5986,
> +       .idProduct            = 0x0303,
> +       .bInterfaceClass      = USB_CLASS_VIDEO,
> +       .bInterfaceSubClass   = 1,
> +       .bInterfaceProtocol   = 0,
> +       .driver_info          = UVC_QUIRK_PROBE_MINMAX },
>       /* Generic USB Video Class */
>       { USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, 0) },
>       {}

Thanks. I've applied your patch. Could you please post the output of

lsusb -v -d 5986:0303

with usbutils 0.72 or newer (0.73+ preferred) ?

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to