The problem has been resolved!! The camera works wonderfully now....

(Nemsoft wrote)

Anyway, it's a small bug; I made a typo in the camera IDs. Try this patch:
Index: pwc-if.c
===================================================================
RCS file: /var/lib/cvs/pwc/pwc-if.c,v
retrieving revision 1.35
diff -u -r1.35 pwc-if.c
--- pwc-if.c    2001/10/10 22:39:10     1.35
+++ pwc-if.c    2001/10/11 18:53:00
@@ -73,7 +73,7 @@
        { USB_DEVICE(0x0471, 0x0311) },
        { USB_DEVICE(0x0471, 0x0312) },
        { USB_DEVICE(0x069A, 0x0001) },
-       { USB_DEVICE(0x046D, 0x0b80) },
+       { USB_DEVICE(0x046D, 0x08b0) },
        { USB_DEVICE(0x055D, 0x9000) },
        { USB_DEVICE(0x055D, 0x9001) },
        { }


 - Nemosoft


On Saturday 13 October 2001 12:00 am, Thomas Davis wrote:
> It doesn't work via hotplug..
>
> Did you load the module and then try  plugging it in?
>
> t
>
> Ashley Collins wrote:
> > 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);

-- 

"If things seem a bit weird today, you've probably got CAPS on in vi..."

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

Reply via email to