V4L/DVB (10863): saa7191: convert to v4l2_subdev.
[deliverable/linux.git] / include / media / v4l2-chip-ident.h
CommitLineData
3434eb7e
HV
1/*
2 v4l2 chip identifiers header
3
4 This header provides a list of chip identifiers that can be returned
aecde8b5 5 through the VIDIOC_DBG_G_CHIP_IDENT ioctl.
3434eb7e
HV
6
7 Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */
23
24#ifndef V4L2_CHIP_IDENT_H_
25#define V4L2_CHIP_IDENT_H_
26
aecde8b5 27/* VIDIOC_DBG_G_CHIP_IDENT: identifies the actual chip installed on the board */
3434eb7e
HV
28enum {
29 /* general idents: reserved range 0-49 */
30 V4L2_IDENT_NONE = 0, /* No chip matched */
31 V4L2_IDENT_AMBIGUOUS = 1, /* Match too general, multiple chips matched */
32 V4L2_IDENT_UNKNOWN = 2, /* Chip found, but cannot identify */
33
74cab31c
HV
34 /* module tvaudio: reserved range 50-99 */
35 V4L2_IDENT_TVAUDIO = 50, /* A tvaudio chip, unknown which it is exactly */
36
37 /* module saa7110: just ident 100 */
3434eb7e
HV
38 V4L2_IDENT_SAA7110 = 100,
39
e7946844 40 /* module saa7115: reserved range 101-149 */
3434eb7e 41 V4L2_IDENT_SAA7111 = 101,
3434eb7e
HV
42 V4L2_IDENT_SAA7113 = 103,
43 V4L2_IDENT_SAA7114 = 104,
44 V4L2_IDENT_SAA7115 = 105,
45 V4L2_IDENT_SAA7118 = 108,
46
47 /* module saa7127: reserved range 150-199 */
48 V4L2_IDENT_SAA7127 = 157,
49 V4L2_IDENT_SAA7129 = 159,
50
51 /* module cx25840: reserved range 200-249 */
52 V4L2_IDENT_CX25836 = 236,
53 V4L2_IDENT_CX25837 = 237,
54 V4L2_IDENT_CX25840 = 240,
55 V4L2_IDENT_CX25841 = 241,
56 V4L2_IDENT_CX25842 = 242,
57 V4L2_IDENT_CX25843 = 243,
58
74cab31c 59 /* OmniVision sensors: reserved range 250-299 */
3434eb7e 60 V4L2_IDENT_OV7670 = 250,
aeabc882 61 V4L2_IDENT_OV7720 = 251,
3cac2cab 62 V4L2_IDENT_OV7725 = 252,
1b5888ce 63
1b8dac15
HV
64 /* module saa7146: reserved range 300-309 */
65 V4L2_IDENT_SAA7146 = 300,
66
fa3e7036
AW
67 /* Conexant MPEG encoder/decoders: reserved range 400-420 */
68 V4L2_IDENT_CX23418_843 = 403, /* Integrated A/V Decoder on the '418 */
1b5888ce
HV
69 V4L2_IDENT_CX23415 = 415,
70 V4L2_IDENT_CX23416 = 416,
1c1e45d1 71 V4L2_IDENT_CX23418 = 418,
74cab31c 72
2b80a191
HV
73 /* module indycam: just ident 2000 */
74 V4L2_IDENT_INDYCAM = 2000,
75
c2179ad8
HV
76 /* module bt819: reserved range 810-819 */
77 V4L2_IDENT_BT815A = 815,
78 V4L2_IDENT_BT817A = 817,
79 V4L2_IDENT_BT819A = 819,
80
a91f56e7
HV
81 /* module bt856: just ident 856 */
82 V4L2_IDENT_BT856 = 856,
83
8e4e1d80
HV
84 /* module bt866: just ident 866 */
85 V4L2_IDENT_BT866 = 866,
86
0750e971
HV
87 /* module ks0127: reserved range 1120-1129 */
88 V4L2_IDENT_KS0122S = 1122,
89 V4L2_IDENT_KS0127 = 1127,
90 V4L2_IDENT_KS0127B = 1128,
91
ac247433
HV
92 /* module vp27smpx: just ident 2700 */
93 V4L2_IDENT_VP27SMPX = 2700,
94
7e5eaadc
HV
95 /* module vpx3220: reserved range: 3210-3229 */
96 V4L2_IDENT_VPX3214C = 3214,
97 V4L2_IDENT_VPX3216B = 3216,
98 V4L2_IDENT_VPX3220A = 3220,
99
bc974305
MCC
100 /* module tvp5150 */
101 V4L2_IDENT_TVP5150 = 5150,
102
1b8dac15
HV
103 /* module saa5246a: just ident 5246 */
104 V4L2_IDENT_SAA5246A = 5246,
105
106 /* module saa5249: just ident 5249 */
107 V4L2_IDENT_SAA5249 = 5249,
108
6fb377f8
HV
109 /* module cs5345: just ident 5345 */
110 V4L2_IDENT_CS5345 = 5345,
111
1b8dac15
HV
112 /* module tea6415c: just ident 6415 */
113 V4L2_IDENT_TEA6415C = 6415,
114
115 /* module tea6420: just ident 6420 */
116 V4L2_IDENT_TEA6420 = 6420,
117
f1f8c907
HV
118 /* module saa6588: just ident 6588 */
119 V4L2_IDENT_SAA6588 = 6588,
120
e281db58
HV
121 /* module saa6752hs: reserved range 6750-6759 */
122 V4L2_IDENT_SAA6752HS = 6752,
123 V4L2_IDENT_SAA6752HS_AC3 = 6753,
124
7d9ef21c
HV
125 /* module adv7170: just ident 7170 */
126 V4L2_IDENT_ADV7170 = 7170,
127
128 /* module adv7175: just ident 7175 */
129 V4L2_IDENT_ADV7175 = 7175,
130
780d8e15
HV
131 /* module saa7185: just ident 7185 */
132 V4L2_IDENT_SAA7185 = 7185,
133
8340ff43
HV
134 /* module saa7191: just ident 7191 */
135 V4L2_IDENT_SAA7191 = 7191,
136
74cab31c
HV
137 /* module wm8739: just ident 8739 */
138 V4L2_IDENT_WM8739 = 8739,
139
140 /* module wm8775: just ident 8775 */
141 V4L2_IDENT_WM8775 = 8775,
142
1b8dac15
HV
143 /* module tda9840: just ident 9840 */
144 V4L2_IDENT_TDA9840 = 9840,
145
ed922a89
KM
146 /* module tw9910: just ident 9910 */
147 V4L2_IDENT_TW9910 = 9910,
148
74cab31c
HV
149 /* module cs53132a: just ident 53132 */
150 V4L2_IDENT_CS53l32A = 53132,
151
152 /* module upd64031a: just ident 64031 */
153 V4L2_IDENT_UPD64031A = 64031,
154
155 /* module upd64083: just ident 64083 */
156 V4L2_IDENT_UPD64083 = 64083,
157
761dacd2
HV
158 /* module m52790: just ident 52790 */
159 V4L2_IDENT_M52790 = 52790,
160
38f9d308
HV
161 /* module msp3400: reserved range 34000-34999 and 44000-44999 */
162 V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only
163 use internally (tveeprom.c). */
164
74cab31c
HV
165 V4L2_IDENT_MSP3400B = 34002,
166 V4L2_IDENT_MSP3410B = 34102,
167
168 V4L2_IDENT_MSP3400C = 34003,
169 V4L2_IDENT_MSP3410C = 34103,
170
171 V4L2_IDENT_MSP3400D = 34004,
172 V4L2_IDENT_MSP3410D = 34104,
173 V4L2_IDENT_MSP3405D = 34054,
174 V4L2_IDENT_MSP3415D = 34154,
175 V4L2_IDENT_MSP3407D = 34074,
176 V4L2_IDENT_MSP3417D = 34174,
177
178 V4L2_IDENT_MSP3400G = 34007,
179 V4L2_IDENT_MSP3410G = 34107,
180 V4L2_IDENT_MSP3420G = 34207,
181 V4L2_IDENT_MSP3430G = 34307,
182 V4L2_IDENT_MSP3440G = 34407,
183 V4L2_IDENT_MSP3450G = 34507,
184 V4L2_IDENT_MSP3460G = 34607,
185
186 V4L2_IDENT_MSP3401G = 34017,
187 V4L2_IDENT_MSP3411G = 34117,
188 V4L2_IDENT_MSP3421G = 34217,
189 V4L2_IDENT_MSP3431G = 34317,
190 V4L2_IDENT_MSP3441G = 34417,
191 V4L2_IDENT_MSP3451G = 34517,
192 V4L2_IDENT_MSP3461G = 34617,
193
194 V4L2_IDENT_MSP3402G = 34027,
195 V4L2_IDENT_MSP3412G = 34127,
196 V4L2_IDENT_MSP3422G = 34227,
197 V4L2_IDENT_MSP3442G = 34427,
198 V4L2_IDENT_MSP3452G = 34527,
199
200 V4L2_IDENT_MSP3405G = 34057,
201 V4L2_IDENT_MSP3415G = 34157,
202 V4L2_IDENT_MSP3425G = 34257,
203 V4L2_IDENT_MSP3435G = 34357,
204 V4L2_IDENT_MSP3445G = 34457,
205 V4L2_IDENT_MSP3455G = 34557,
206 V4L2_IDENT_MSP3465G = 34657,
207
208 V4L2_IDENT_MSP3407G = 34077,
209 V4L2_IDENT_MSP3417G = 34177,
210 V4L2_IDENT_MSP3427G = 34277,
211 V4L2_IDENT_MSP3437G = 34377,
212 V4L2_IDENT_MSP3447G = 34477,
213 V4L2_IDENT_MSP3457G = 34577,
214 V4L2_IDENT_MSP3467G = 34677,
215
38f9d308 216 /* module msp3400: reserved range 34000-34999 and 44000-44999 */
74cab31c
HV
217 V4L2_IDENT_MSP4400G = 44007,
218 V4L2_IDENT_MSP4410G = 44107,
219 V4L2_IDENT_MSP4420G = 44207,
220 V4L2_IDENT_MSP4440G = 44407,
221 V4L2_IDENT_MSP4450G = 44507,
222
223 V4L2_IDENT_MSP4408G = 44087,
224 V4L2_IDENT_MSP4418G = 44187,
225 V4L2_IDENT_MSP4428G = 44287,
226 V4L2_IDENT_MSP4448G = 44487,
227 V4L2_IDENT_MSP4458G = 44587,
a7c7402f
GL
228
229 /* Micron CMOS sensor chips: 45000-45099 */
230 V4L2_IDENT_MT9M001C12ST = 45000,
231 V4L2_IDENT_MT9M001C12STM = 45005,
9cc6493d 232 V4L2_IDENT_MT9M111 = 45007,
9b9fd6c7 233 V4L2_IDENT_MT9M112 = 45008,
a7c7402f
GL
234 V4L2_IDENT_MT9V022IX7ATC = 45010, /* No way to detect "normal" I77ATx */
235 V4L2_IDENT_MT9V022IX7ATM = 45015, /* and "lead free" IA7ATx chips */
4e96fd08 236 V4L2_IDENT_MT9T031 = 45020,
3434eb7e
HV
237};
238
239#endif
This page took 0.271786 seconds and 5 git commands to generate.