]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (13084): v4l2-chip-ident: Add ID's needed for the cx23885 and cx25840 modules
authorAndy Walls <awalls@radix.net>
Sun, 27 Sep 2009 01:07:10 +0000 (22:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:40:16 +0000 (18:40 -0200)
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>
include/media/v4l2-chip-ident.h

index 5ce56f90f3157d8338e705d63dce33b7f7204213..a2d93da3845055631363508ae9a9857664da5a79 100644 (file)
@@ -73,6 +73,7 @@ enum {
        V4L2_IDENT_CX23418_843 = 403, /* Integrated A/V Decoder on the '418 */
        V4L2_IDENT_CX23415 = 415,
        V4L2_IDENT_CX23416 = 416,
+       V4L2_IDENT_CX23417 = 417,
        V4L2_IDENT_CX23418 = 418,
 
        /* module au0828 */
@@ -166,12 +167,27 @@ enum {
        /* module mt9v011, just ident 8243 */
        V4L2_IDENT_MT9V011 = 8243,
 
+       /* module cx23885 and cx25840 */
+       V4L2_IDENT_CX23885    = 8850,
+       V4L2_IDENT_CX23885_AV = 8851, /* Integrated A/V decoder */
+       V4L2_IDENT_CX23887    = 8870,
+       V4L2_IDENT_CX23887_AV = 8871, /* Integrated A/V decoder */
+       V4L2_IDENT_CX23888    = 8880,
+       V4L2_IDENT_CX23888_AV = 8881, /* Integrated A/V decoder */
+       V4L2_IDENT_CX23888_IR = 8882, /* Integrated infrared controller */
+
        /* module tw9910: just ident 9910 */
        V4L2_IDENT_TW9910 = 9910,
 
        /* module sn9c20x: just ident 10000 */
        V4L2_IDENT_SN9C20X = 10000,
 
+       /* module cx231xx and cx25840 */
+       V4L2_IDENT_CX2310X_AV = 23099, /* Integrated A/V decoder; not in '100 */
+       V4L2_IDENT_CX23100    = 23100,
+       V4L2_IDENT_CX23101    = 23101,
+       V4L2_IDENT_CX23102    = 23102,
+
        /* module msp3400: reserved range 34000-34999 and 44000-44999 */
        V4L2_IDENT_MSPX4XX  = 34000, /* generic MSPX4XX identifier, only
                                        use internally (tveeprom.c). */