diff options
author | Andy Walls <awalls@radix.net> | 2009-09-26 21:07:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:16 -0500 |
commit | f56db93cef5d368b4fa5db49b68bc4ab0b20c4fd (patch) | |
tree | 6c2514392273fdc78b8688f55addcbdac74daae4 /include/media/v4l2-chip-ident.h | |
parent | 2e3c4723d5c2d6b4fa705c3dcd062b5004ab9b2f (diff) |
V4L/DVB (13084): v4l2-chip-ident: Add ID's needed for the cx23885 and cx25840 modules
Add identifiers for CX2388[578] chips, CX2310[012] chips, integrated
A/V decoders cores, integrated IR controller core, and the CX23417
MPEG encoder. The cx23885 module and cx25840 module will use these
identifiers in upcoming changes.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-chip-ident.h')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 5ce56f90f315..a2d93da38450 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -73,6 +73,7 @@ enum { | |||
73 | V4L2_IDENT_CX23418_843 = 403, /* Integrated A/V Decoder on the '418 */ | 73 | V4L2_IDENT_CX23418_843 = 403, /* Integrated A/V Decoder on the '418 */ |
74 | V4L2_IDENT_CX23415 = 415, | 74 | V4L2_IDENT_CX23415 = 415, |
75 | V4L2_IDENT_CX23416 = 416, | 75 | V4L2_IDENT_CX23416 = 416, |
76 | V4L2_IDENT_CX23417 = 417, | ||
76 | V4L2_IDENT_CX23418 = 418, | 77 | V4L2_IDENT_CX23418 = 418, |
77 | 78 | ||
78 | /* module au0828 */ | 79 | /* module au0828 */ |
@@ -166,12 +167,27 @@ enum { | |||
166 | /* module mt9v011, just ident 8243 */ | 167 | /* module mt9v011, just ident 8243 */ |
167 | V4L2_IDENT_MT9V011 = 8243, | 168 | V4L2_IDENT_MT9V011 = 8243, |
168 | 169 | ||
170 | /* module cx23885 and cx25840 */ | ||
171 | V4L2_IDENT_CX23885 = 8850, | ||
172 | V4L2_IDENT_CX23885_AV = 8851, /* Integrated A/V decoder */ | ||
173 | V4L2_IDENT_CX23887 = 8870, | ||
174 | V4L2_IDENT_CX23887_AV = 8871, /* Integrated A/V decoder */ | ||
175 | V4L2_IDENT_CX23888 = 8880, | ||
176 | V4L2_IDENT_CX23888_AV = 8881, /* Integrated A/V decoder */ | ||
177 | V4L2_IDENT_CX23888_IR = 8882, /* Integrated infrared controller */ | ||
178 | |||
169 | /* module tw9910: just ident 9910 */ | 179 | /* module tw9910: just ident 9910 */ |
170 | V4L2_IDENT_TW9910 = 9910, | 180 | V4L2_IDENT_TW9910 = 9910, |
171 | 181 | ||
172 | /* module sn9c20x: just ident 10000 */ | 182 | /* module sn9c20x: just ident 10000 */ |
173 | V4L2_IDENT_SN9C20X = 10000, | 183 | V4L2_IDENT_SN9C20X = 10000, |
174 | 184 | ||
185 | /* module cx231xx and cx25840 */ | ||
186 | V4L2_IDENT_CX2310X_AV = 23099, /* Integrated A/V decoder; not in '100 */ | ||
187 | V4L2_IDENT_CX23100 = 23100, | ||
188 | V4L2_IDENT_CX23101 = 23101, | ||
189 | V4L2_IDENT_CX23102 = 23102, | ||
190 | |||
175 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ | 191 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ |
176 | V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only | 192 | V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only |
177 | use internally (tveeprom.c). */ | 193 | use internally (tveeprom.c). */ |