diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-11-15 03:21:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:07 -0500 |
commit | 4e5cf58ecf98f7cce8033d5b8249c3e9d7ada3f0 (patch) | |
tree | 418e146722872df4189b706b00ad19ccfb767c54 /drivers/media | |
parent | 569691a5a0fe844e36890e49833130e665868136 (diff) |
V4L/DVB (13488): gspca - ov534: Remove extra values at end of ov965x sequences.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/gspca/ov534.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c index 4f0f60ebd6c7..6817fccd6fd8 100644 --- a/drivers/media/video/gspca/ov534.c +++ b/drivers/media/video/gspca/ov534.c | |||
@@ -809,7 +809,6 @@ static const u8 sensor_start_ov965x_1_vga[][2] = { /* same for qvga */ | |||
809 | {0x1a, 0x3d}, /* vstop */ | 809 | {0x1a, 0x3d}, /* vstop */ |
810 | {0x32, 0xff}, /* href */ | 810 | {0x32, 0xff}, /* href */ |
811 | {0xc0, 0xaa}, | 811 | {0xc0, 0xaa}, |
812 | {} | ||
813 | }; | 812 | }; |
814 | 813 | ||
815 | static const u8 sensor_start_ov965x_1_svga[][2] = { | 814 | static const u8 sensor_start_ov965x_1_svga[][2] = { |
@@ -832,7 +831,6 @@ static const u8 sensor_start_ov965x_1_svga[][2] = { | |||
832 | {0x1a, 0x81}, /* vstop */ | 831 | {0x1a, 0x81}, /* vstop */ |
833 | {0x32, 0xff}, /* href */ | 832 | {0x32, 0xff}, /* href */ |
834 | {0xc0, 0xe2}, | 833 | {0xc0, 0xe2}, |
835 | {} | ||
836 | }; | 834 | }; |
837 | 835 | ||
838 | static const u8 sensor_start_ov965x_1_xga[][2] = { | 836 | static const u8 sensor_start_ov965x_1_xga[][2] = { |
@@ -856,7 +854,6 @@ static const u8 sensor_start_ov965x_1_xga[][2] = { | |||
856 | {0x1a, 0x81}, /* vstop */ | 854 | {0x1a, 0x81}, /* vstop */ |
857 | {0x32, 0xff}, /* href */ | 855 | {0x32, 0xff}, /* href */ |
858 | {0xc0, 0xe2}, | 856 | {0xc0, 0xe2}, |
859 | {} | ||
860 | }; | 857 | }; |
861 | 858 | ||
862 | static const u8 sensor_start_ov965x_1_sxga[][2] = { | 859 | static const u8 sensor_start_ov965x_1_sxga[][2] = { |
@@ -880,7 +877,6 @@ static const u8 sensor_start_ov965x_1_sxga[][2] = { | |||
880 | {0x1a, 0x81}, /* vstop */ | 877 | {0x1a, 0x81}, /* vstop */ |
881 | {0x32, 0xff}, /* href */ | 878 | {0x32, 0xff}, /* href */ |
882 | {0xc0, 0xe2}, | 879 | {0xc0, 0xe2}, |
883 | {} | ||
884 | }; | 880 | }; |
885 | 881 | ||
886 | static const u8 bridge_start_ov965x_qvga[][2] = { | 882 | static const u8 bridge_start_ov965x_qvga[][2] = { |
@@ -909,7 +905,6 @@ static const u8 bridge_start_ov965x_qvga[][2] = { | |||
909 | {0x35, 0x02}, | 905 | {0x35, 0x02}, |
910 | {0xd9, 0x10}, | 906 | {0xd9, 0x10}, |
911 | {0x94, 0x11}, | 907 | {0x94, 0x11}, |
912 | {} | ||
913 | }; | 908 | }; |
914 | 909 | ||
915 | static const u8 bridge_start_ov965x_vga[][2] = { | 910 | static const u8 bridge_start_ov965x_vga[][2] = { |
@@ -937,7 +932,6 @@ static const u8 bridge_start_ov965x_vga[][2] = { | |||
937 | {0x35, 0x02}, | 932 | {0x35, 0x02}, |
938 | {0xd9, 0x10}, | 933 | {0xd9, 0x10}, |
939 | {0x94, 0x11}, | 934 | {0x94, 0x11}, |
940 | {} | ||
941 | }; | 935 | }; |
942 | 936 | ||
943 | static const u8 bridge_start_ov965x_svga[][2] = { | 937 | static const u8 bridge_start_ov965x_svga[][2] = { |
@@ -966,7 +960,6 @@ static const u8 bridge_start_ov965x_svga[][2] = { | |||
966 | {0xd9, 0x10}, | 960 | {0xd9, 0x10}, |
967 | {0xda, 0x00}, | 961 | {0xda, 0x00}, |
968 | {0x94, 0x11}, | 962 | {0x94, 0x11}, |
969 | {} | ||
970 | }; | 963 | }; |
971 | 964 | ||
972 | static const u8 bridge_start_ov965x_xga[][2] = { | 965 | static const u8 bridge_start_ov965x_xga[][2] = { |
@@ -994,7 +987,6 @@ static const u8 bridge_start_ov965x_xga[][2] = { | |||
994 | {0xd9, 0x10}, | 987 | {0xd9, 0x10}, |
995 | {0xda, 0x01}, | 988 | {0xda, 0x01}, |
996 | {0x94, 0x11}, | 989 | {0x94, 0x11}, |
997 | {} | ||
998 | }; | 990 | }; |
999 | 991 | ||
1000 | static const u8 bridge_start_ov965x_sxga[][2] = { | 992 | static const u8 bridge_start_ov965x_sxga[][2] = { |
@@ -1012,7 +1004,6 @@ static const u8 bridge_start_ov965x_sxga[][2] = { | |||
1012 | {0x35, 0x02}, | 1004 | {0x35, 0x02}, |
1013 | {0xd9, 0x10}, | 1005 | {0xd9, 0x10}, |
1014 | {0x94, 0x11}, | 1006 | {0x94, 0x11}, |
1015 | {} | ||
1016 | }; | 1007 | }; |
1017 | 1008 | ||
1018 | static const u8 sensor_start_ov965x_2_qvga[][2] = { | 1009 | static const u8 sensor_start_ov965x_2_qvga[][2] = { |
@@ -1031,7 +1022,6 @@ static const u8 sensor_start_ov965x_2_qvga[][2] = { | |||
1031 | {0xff, 0x13}, /* read 13, write ff 00 */ | 1022 | {0xff, 0x13}, /* read 13, write ff 00 */ |
1032 | {0x13, 0xe7}, | 1023 | {0x13, 0xe7}, |
1033 | {0x3a, 0x80}, /* tslb - yuyv */ | 1024 | {0x3a, 0x80}, /* tslb - yuyv */ |
1034 | {} | ||
1035 | }; | 1025 | }; |
1036 | 1026 | ||
1037 | static const u8 sensor_start_ov965x_2_vga[][2] = { | 1027 | static const u8 sensor_start_ov965x_2_vga[][2] = { |
@@ -1048,7 +1038,6 @@ static const u8 sensor_start_ov965x_2_vga[][2] = { | |||
1048 | {0xa3, 0x3e}, /* bd60 */ | 1038 | {0xa3, 0x3e}, /* bd60 */ |
1049 | 1039 | ||
1050 | {0x2d, 0x00}, /* advfl */ | 1040 | {0x2d, 0x00}, /* advfl */ |
1051 | {} | ||
1052 | }; | 1041 | }; |
1053 | 1042 | ||
1054 | static const u8 sensor_start_ov965x_2_svga[][2] = { /* same for xga */ | 1043 | static const u8 sensor_start_ov965x_2_svga[][2] = { /* same for xga */ |
@@ -1064,7 +1053,6 @@ static const u8 sensor_start_ov965x_2_svga[][2] = { /* same for xga */ | |||
1064 | {0xa2, 0x4e}, /* bd50 */ | 1053 | {0xa2, 0x4e}, /* bd50 */ |
1065 | {0xa3, 0x41}, /* bd60 */ | 1054 | {0xa3, 0x41}, /* bd60 */ |
1066 | {0x2d, 0x00}, /* advfl */ | 1055 | {0x2d, 0x00}, /* advfl */ |
1067 | {} | ||
1068 | }; | 1056 | }; |
1069 | 1057 | ||
1070 | static const u8 sensor_start_ov965x_2_sxga[][2] = { | 1058 | static const u8 sensor_start_ov965x_2_sxga[][2] = { |
@@ -1080,13 +1068,11 @@ static const u8 sensor_start_ov965x_2_sxga[][2] = { | |||
1080 | {0xa2, 0x4e}, /* bd50 */ | 1068 | {0xa2, 0x4e}, /* bd50 */ |
1081 | {0xa3, 0x41}, /* bd60 */ | 1069 | {0xa3, 0x41}, /* bd60 */ |
1082 | {0x2d, 0x00}, /* advfl */ | 1070 | {0x2d, 0x00}, /* advfl */ |
1083 | {} | ||
1084 | }; | 1071 | }; |
1085 | 1072 | ||
1086 | static const u8 sensor_start_ov965x_2[][2] = { | 1073 | static const u8 sensor_start_ov965x_2[][2] = { |
1087 | {0xff, 0x42}, /* read 42, write ff 00 */ | 1074 | {0xff, 0x42}, /* read 42, write ff 00 */ |
1088 | {0x42, 0xc1}, /* com17 - 50 Hz filter */ | 1075 | {0x42, 0xc1}, /* com17 - 50 Hz filter */ |
1089 | {} | ||
1090 | }; | 1076 | }; |
1091 | 1077 | ||
1092 | 1078 | ||