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);

-- 
------------------------+--------------------------------------------------
Thomas Davis            | ASG Cluster guy
[EMAIL PROTECTED]         | 
(510) 486-4524          | "80 nodes and chugging Captain!"

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

Reply via email to