--- hdcs.c.orig	Mon Sep 23 16:54:33 2002
+++ hdcs.c	Mon Sep 23 16:55:58 2002
@@ -95,9 +95,9 @@
 		goto error;
 
         /* set the STV0602AA in STV0600 emulation mode */
-        if (dev->descriptor.idProduct==0x0870)
+/*        if (dev->descriptor.idProduct==0x0870)
             if (usb_quickcam_set1(dev, 0x1446, 1) < 0)
-                goto error;
+                goto error;*/
 
 	/*
 	 * reset the Image Sensor. (keeping it to 1 is a problem).
@@ -138,9 +138,9 @@
         if (usb_quickcam_set1(dev, STV_SCAN_RATE, 0x20) <0)
 		goto error;
 	// ISO-Size, 0x34f = 847 .. 0x284 = 644
-        if (dev->descriptor.idProduct==0x0870)
+/*        if (dev->descriptor.idProduct==0x0870)
             isosize = 644;
-        else
+        else*/
             isosize = 847;
         if (usb_quickcam_set2(dev, STV_ISO_SIZE, isosize) < 0) {
 		printk(KERN_ERR "usb_quickcam_set2 STV_ISO_SIZE(847) failed\n");
@@ -157,9 +157,9 @@
         usb_quickcam_i2c_add(&i2cbuff,HDCS_STOPX, 0x5b);
 
 	// 0x7-0x50
-        if  (dev->descriptor.idProduct==0x0870)
+/*        if  (dev->descriptor.idProduct==0x0870)
             usb_quickcam_i2c_add(&i2cbuff,HDCS_INTEGRATE, 0x7e);
-        else
+        else*/
             usb_quickcam_i2c_add(&i2cbuff,HDCS_INTEGRATE, 0x09);
 
         usb_quickcam_i2c_add(&i2cbuff,control, 0);
