On Fri, Jan 06, 2006 at 07:43:08PM +0000, Michael Schaale wrote: > Hello, > > I bought a Logitech Quickcam Notebook Pro which is NOT recogized by SuSE > Linux 10.0 (kernel 2.6.13-15-default). So I looked around in the > Internet and finally found www.sailard.org (Thank You for this page !!). > The Cam identifies itself in /proc/bus/usb/devices with 0x046D:0x08AE > (vendor_id:product_id). The Quickcam is mentioned in pwc-if.c (source > tar ball) BUT with a different product_id (0x8B1) ?!?!?!? Is there a > simple work-around to bring the Webcam with the product_id 0x08AE to life ?
Just try to change in this file (pwc-if.c) all 0x8b1, by 0x8ae. Then rebuild the driver. If it's working i'll add the code to the driver, else send me the output of the command lsusb -v -v. Luc _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
