Commit daa5cb42 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9852): gspca: Fix image problem at low resolutions with ov7660 in sonixj.

parent bd088835
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -1373,20 +1373,16 @@ static int sd_start(struct gspca_dev *gspca_dev)
	default:
/*	case SENSOR_OV7660: */
		ov7660_InitSensor(gspca_dev);
		if (mode) {
/*			reg17 = 0x21;	 * 320 */
/*			reg1 = 0x44; */
/*			reg1 = 0x46;	(done) */
		} else {			/* 640 */
		if (sd->bridge == BRIDGE_SN9C120) {
			if (mode) {		/* 320x240 - 160x120 */
				reg17 = 0xa2;
				reg1 = 0x44;	/* 48 Mhz, video trf eneble */
			}
		} else {
			reg17 = 0x22;
			reg1 = 0x06;	/* 24 Mhz, video trf eneble
					 * inverse power down */
		}
		}
		break;
	}
	reg_w(gspca_dev, 0xc0, C0, 6);