--- quickcam/quickcam.c Wed Jan 23 17:05:41 2002 +++ quickcam-fixed/quickcam.c Sun Jul 7 21:03:49 2002 @@ -2253,7 +2253,9 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,255) if (dev->descriptor.idVendor != 0x046d) return NULL; - if (dev->descriptor.idProduct != 0x0840 && dev->descriptor.idProduct != 0x0870) + if (dev->descriptor.idProduct != 0x0840 && + dev->descriptor.idProduct != 0x0850 && + dev->descriptor.idProduct != 0x0870) return NULL; /* Checking vendor/product should be enough, but what the hell */