[cpia] problems with intel playcam

Peter Pregler Peter_Pregler@email.com
Mon, 4 Sep 2000 11:39:35 +0200


On Fri, Sep 01, 2000 at 11:22:55AM +0200, Robert Ladstaetter wrote:
> Aug 31 11:49:16 dmt kernel: usb.c: This device is not recognized by any
> installed USB driver.
> 
> <this line doesn't sound all too good, then I get more stuff like:>

Not good but the truth. ;)

> Aug 31 11:49:16 dmt kernel:   Length              = 18
> Aug 31 11:49:16 dmt kernel:   DescriptorType      = 01
> Aug 31 11:49:16 dmt kernel:   USB version         = 1.00
> Aug 31 11:49:16 dmt kernel:   Vendor:Product      = 0813:0002

The 0813:0001 is supported. I have no idea what the 0813:0002 is.
Change the 0x0001 to 0x0002 in the following paragraph in cpia_usb.c
and try out what happens:

        /* Is it a CPiA? */
        if (!((udev->descriptor.idVendor == 0x0553 && 
             udev->descriptor.idProduct == 0x0002) ||
            (udev->descriptor.idVendor == 0x0813 &&
             udev->descriptor.idProduct == 0x0001))) /* GA 04/14/00 */
          return NULL;

> greetings from austria,

Same country here. ;)

-Peter

-- 
I will not waste chalk. --Bart Simpson at the blackboard
--------------------------------------------------------
Email: Peter_Pregler@email.com
WWW:   http://www.risc.uni-linz.ac.at/people/ppregler
ICQ:   61011460