Thanks for the patch. Unfortunately the webcam still isn't recognised.

On Friday 05 October 2001 10:44 pm, Thomas Davis wrote:
> Ashley Collins wrote:
> > Has anyone got ideas, patches, kernel verions which might allow this to
> > work? I've tried kernels 2.4.10 and 2.4.10-ac4.
>
> Try this patch:
>
> --- linux/drivers/usb/pwc-if.c  Fri Oct  5 14:42:14 2001
> +++ linux-q/drivers/usb/pwc-if.c        Fri Oct  5 14:39:14 2001
> @@ -74,6 +74,9 @@
>         { USB_DEVICE(0x0471, 0x0312) },
>         { USB_DEVICE(0x069A, 0x0001) },
>         { USB_DEVICE(0x046D, 0x0b80) },
> +       { match_flags: (USB_DEVICE_ID_MATCH_INT_CLASS|
> USB_DEVICE_ID_MATCH_INT_SUBCLASS),
> +       bInterfaceClass: USB_CLASS_DATA, bInterfaceSubClass: 1,
> +         idVendor: 0x046d, idProduct: 0x0b80},
>         { }
>  };
>  MODULE_DEVICE_TABLE(usb, pwc_device_table);

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to