提交 daa5cb42 编写于 作者: J Jean-Francois Moine 提交者: Mauro Carvalho Chehab

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

Signed-off-by: NJean-Francois Moine <moinejf@free.fr>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 bd088835
...@@ -1373,19 +1373,15 @@ static int sd_start(struct gspca_dev *gspca_dev) ...@@ -1373,19 +1373,15 @@ static int sd_start(struct gspca_dev *gspca_dev)
default: default:
/* case SENSOR_OV7660: */ /* case SENSOR_OV7660: */
ov7660_InitSensor(gspca_dev); ov7660_InitSensor(gspca_dev);
if (mode) { if (sd->bridge == BRIDGE_SN9C120) {
/* reg17 = 0x21; * 320 */ if (mode) { /* 320x240 - 160x120 */
/* reg1 = 0x44; */
/* reg1 = 0x46; (done) */
} else { /* 640 */
if (sd->bridge == BRIDGE_SN9C120) {
reg17 = 0xa2; reg17 = 0xa2;
reg1 = 0x44; /* 48 Mhz, video trf eneble */ reg1 = 0x44; /* 48 Mhz, video trf eneble */
} else {
reg17 = 0x22;
reg1 = 0x06; /* 24 Mhz, video trf eneble
* inverse power down */
} }
} else {
reg17 = 0x22;
reg1 = 0x06; /* 24 Mhz, video trf eneble
* inverse power down */
} }
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册