Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174175
b: refs/heads/master
c: 4e5cf58
h: refs/heads/master
i:
  174173: 898d529
  174171: e8157f7
  174167: 9dcedf2
  174159: db84b86
  174143: deac8b2
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent ca8a04d commit 2923de2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 569691a5a0fe844e36890e49833130e665868136
refs/heads/master: 4e5cf58ecf98f7cce8033d5b8249c3e9d7ada3f0
14 changes: 0 additions & 14 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ static const u8 sensor_start_ov965x_1_vga[][2] = { /* same for qvga */
{0x1a, 0x3d}, /* vstop */
{0x32, 0xff}, /* href */
{0xc0, 0xaa},
{}
};

static const u8 sensor_start_ov965x_1_svga[][2] = {
Expand All @@ -832,7 +831,6 @@ static const u8 sensor_start_ov965x_1_svga[][2] = {
{0x1a, 0x81}, /* vstop */
{0x32, 0xff}, /* href */
{0xc0, 0xe2},
{}
};

static const u8 sensor_start_ov965x_1_xga[][2] = {
Expand All @@ -856,7 +854,6 @@ static const u8 sensor_start_ov965x_1_xga[][2] = {
{0x1a, 0x81}, /* vstop */
{0x32, 0xff}, /* href */
{0xc0, 0xe2},
{}
};

static const u8 sensor_start_ov965x_1_sxga[][2] = {
Expand All @@ -880,7 +877,6 @@ static const u8 sensor_start_ov965x_1_sxga[][2] = {
{0x1a, 0x81}, /* vstop */
{0x32, 0xff}, /* href */
{0xc0, 0xe2},
{}
};

static const u8 bridge_start_ov965x_qvga[][2] = {
Expand Down Expand Up @@ -909,7 +905,6 @@ static const u8 bridge_start_ov965x_qvga[][2] = {
{0x35, 0x02},
{0xd9, 0x10},
{0x94, 0x11},
{}
};

static const u8 bridge_start_ov965x_vga[][2] = {
Expand Down Expand Up @@ -937,7 +932,6 @@ static const u8 bridge_start_ov965x_vga[][2] = {
{0x35, 0x02},
{0xd9, 0x10},
{0x94, 0x11},
{}
};

static const u8 bridge_start_ov965x_svga[][2] = {
Expand Down Expand Up @@ -966,7 +960,6 @@ static const u8 bridge_start_ov965x_svga[][2] = {
{0xd9, 0x10},
{0xda, 0x00},
{0x94, 0x11},
{}
};

static const u8 bridge_start_ov965x_xga[][2] = {
Expand Down Expand Up @@ -994,7 +987,6 @@ static const u8 bridge_start_ov965x_xga[][2] = {
{0xd9, 0x10},
{0xda, 0x01},
{0x94, 0x11},
{}
};

static const u8 bridge_start_ov965x_sxga[][2] = {
Expand All @@ -1012,7 +1004,6 @@ static const u8 bridge_start_ov965x_sxga[][2] = {
{0x35, 0x02},
{0xd9, 0x10},
{0x94, 0x11},
{}
};

static const u8 sensor_start_ov965x_2_qvga[][2] = {
Expand All @@ -1031,7 +1022,6 @@ static const u8 sensor_start_ov965x_2_qvga[][2] = {
{0xff, 0x13}, /* read 13, write ff 00 */
{0x13, 0xe7},
{0x3a, 0x80}, /* tslb - yuyv */
{}
};

static const u8 sensor_start_ov965x_2_vga[][2] = {
Expand All @@ -1048,7 +1038,6 @@ static const u8 sensor_start_ov965x_2_vga[][2] = {
{0xa3, 0x3e}, /* bd60 */

{0x2d, 0x00}, /* advfl */
{}
};

static const u8 sensor_start_ov965x_2_svga[][2] = { /* same for xga */
Expand All @@ -1064,7 +1053,6 @@ static const u8 sensor_start_ov965x_2_svga[][2] = { /* same for xga */
{0xa2, 0x4e}, /* bd50 */
{0xa3, 0x41}, /* bd60 */
{0x2d, 0x00}, /* advfl */
{}
};

static const u8 sensor_start_ov965x_2_sxga[][2] = {
Expand All @@ -1080,13 +1068,11 @@ static const u8 sensor_start_ov965x_2_sxga[][2] = {
{0xa2, 0x4e}, /* bd50 */
{0xa3, 0x41}, /* bd60 */
{0x2d, 0x00}, /* advfl */
{}
};

static const u8 sensor_start_ov965x_2[][2] = {
{0xff, 0x42}, /* read 42, write ff 00 */
{0x42, 0xc1}, /* com17 - 50 Hz filter */
{}
};


Expand Down

0 comments on commit 2923de2

Please sign in to comment.