diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-01-20 19:15:25 +0100 |
---|---|---|
committer | Erik Andrén <erik.andren@gmail.com> | 2009-01-20 19:15:25 +0100 |
commit | 8c0be3648f4bdd6dd43fc0166abb3f4880d8983d (patch) | |
tree | 4080261bfbda57a917861ca44f2f6f48ea3191a8 /linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h | |
parent | fdc505ba1da2dd41739cebdc78438aef20e84924 (diff) | |
download | mediapointer-dvb-s2-8c0be3648f4bdd6dd43fc0166abb3f4880d8983d.tar.gz mediapointer-dvb-s2-8c0be3648f4bdd6dd43fc0166abb3f4880d8983d.tar.bz2 |
gspca - s5k83a: Add resolution annotations
From: Erik Andrén <erik.andren@gmail.com>
Priority: normal
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h b/linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h index 9a2566d5e..47c0bb473 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_s5k83a.h @@ -152,15 +152,15 @@ static const unsigned char init_s5k83a[][4] = {SENSOR, 0x04, 0xf0, 0x00}, {SENSOR, 0x05, 0x0b, 0x00}, {SENSOR, 0x06, 0x71, 0x00}, - {SENSOR, 0x07, 0xe8, 0x00}, + {SENSOR, 0x07, 0xe8, 0x00}, /* 488 */ {SENSOR, 0x08, 0x02, 0x00}, - {SENSOR, 0x09, 0x88, 0x00}, + {SENSOR, 0x09, 0x88, 0x00}, /* 648 */ {SENSOR, 0x14, 0x00, 0x00}, - {SENSOR, 0x15, 0x20, 0x00}, + {SENSOR, 0x15, 0x20, 0x00}, /* 32 */ {SENSOR, 0x19, 0x00, 0x00}, - {SENSOR, 0x1a, 0x98, 0x00}, + {SENSOR, 0x1a, 0x98, 0x00}, /* 152 */ {SENSOR, 0x0f, 0x02, 0x00}, - {SENSOR, 0x10, 0xe5, 0x00}, + {SENSOR, 0x10, 0xe5, 0x00}, /* 741 */ /* normal colors (this is value after boot, but after tries can be different) */ {SENSOR, 0x00, 0x06, 0x00}, |