Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.31-rc8 266 lines 7.3 kB view raw
1/* 2 v4l2 chip identifiers header 3 4 This header provides a list of chip identifiers that can be returned 5 through the VIDIOC_DBG_G_CHIP_IDENT ioctl. 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 27/* VIDIOC_DBG_G_CHIP_IDENT: identifies the actual chip installed on the board */ 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 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 */ 38 V4L2_IDENT_SAA7110 = 100, 39 40 /* module saa7115: reserved range 101-149 */ 41 V4L2_IDENT_SAA7111 = 101, 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 59 /* OmniVision sensors: reserved range 250-299 */ 60 V4L2_IDENT_OV7670 = 250, 61 V4L2_IDENT_OV7720 = 251, 62 V4L2_IDENT_OV7725 = 252, 63 V4L2_IDENT_OV7660 = 253, 64 V4L2_IDENT_OV9650 = 254, 65 V4L2_IDENT_OV9655 = 255, 66 V4L2_IDENT_SOI968 = 256, 67 68 /* module saa7146: reserved range 300-309 */ 69 V4L2_IDENT_SAA7146 = 300, 70 71 /* Conexant MPEG encoder/decoders: reserved range 400-420 */ 72 V4L2_IDENT_CX23418_843 = 403, /* Integrated A/V Decoder on the '418 */ 73 V4L2_IDENT_CX23415 = 415, 74 V4L2_IDENT_CX23416 = 416, 75 V4L2_IDENT_CX23418 = 418, 76 77 /* module au0828 */ 78 V4L2_IDENT_AU0828 = 828, 79 80 /* module indycam: just ident 2000 */ 81 V4L2_IDENT_INDYCAM = 2000, 82 83 /* module bt819: reserved range 810-819 */ 84 V4L2_IDENT_BT815A = 815, 85 V4L2_IDENT_BT817A = 817, 86 V4L2_IDENT_BT819A = 819, 87 88 /* module bt856: just ident 856 */ 89 V4L2_IDENT_BT856 = 856, 90 91 /* module bt866: just ident 866 */ 92 V4L2_IDENT_BT866 = 866, 93 94 /* module ks0127: reserved range 1120-1129 */ 95 V4L2_IDENT_KS0122S = 1122, 96 V4L2_IDENT_KS0127 = 1127, 97 V4L2_IDENT_KS0127B = 1128, 98 99 /* module vp27smpx: just ident 2700 */ 100 V4L2_IDENT_VP27SMPX = 2700, 101 102 /* module vpx3220: reserved range: 3210-3229 */ 103 V4L2_IDENT_VPX3214C = 3214, 104 V4L2_IDENT_VPX3216B = 3216, 105 V4L2_IDENT_VPX3220A = 3220, 106 107 /* module tvp5150 */ 108 V4L2_IDENT_TVP5150 = 5150, 109 110 /* module saa5246a: just ident 5246 */ 111 V4L2_IDENT_SAA5246A = 5246, 112 113 /* module saa5249: just ident 5249 */ 114 V4L2_IDENT_SAA5249 = 5249, 115 116 /* module cs5345: just ident 5345 */ 117 V4L2_IDENT_CS5345 = 5345, 118 119 /* module tea6415c: just ident 6415 */ 120 V4L2_IDENT_TEA6415C = 6415, 121 122 /* module tea6420: just ident 6420 */ 123 V4L2_IDENT_TEA6420 = 6420, 124 125 /* module saa6588: just ident 6588 */ 126 V4L2_IDENT_SAA6588 = 6588, 127 128 /* module saa6752hs: reserved range 6750-6759 */ 129 V4L2_IDENT_SAA6752HS = 6752, 130 V4L2_IDENT_SAA6752HS_AC3 = 6753, 131 132 /* module adv7170: just ident 7170 */ 133 V4L2_IDENT_ADV7170 = 7170, 134 135 /* module adv7175: just ident 7175 */ 136 V4L2_IDENT_ADV7175 = 7175, 137 138 /* module saa7185: just ident 7185 */ 139 V4L2_IDENT_SAA7185 = 7185, 140 141 /* module saa7191: just ident 7191 */ 142 V4L2_IDENT_SAA7191 = 7191, 143 144 /* module ths7303: just ident 7303 */ 145 V4L2_IDENT_THS7303 = 7303, 146 147 /* module adv7343: just ident 7343 */ 148 V4L2_IDENT_ADV7343 = 7343, 149 150 /* module wm8739: just ident 8739 */ 151 V4L2_IDENT_WM8739 = 8739, 152 153 /* module wm8775: just ident 8775 */ 154 V4L2_IDENT_WM8775 = 8775, 155 156 /* module tda9840: just ident 9840 */ 157 V4L2_IDENT_TDA9840 = 9840, 158 159 /* module cafe_ccic, just ident 8801 */ 160 V4L2_IDENT_CAFE = 8801, 161 162 /* module mt9v011, just ident 8243 */ 163 V4L2_IDENT_MT9V011 = 8243, 164 165 /* module tw9910: just ident 9910 */ 166 V4L2_IDENT_TW9910 = 9910, 167 168 /* module sn9c20x: just ident 10000 */ 169 V4L2_IDENT_SN9C20X = 10000, 170 171 /* module msp3400: reserved range 34000-34999 and 44000-44999 */ 172 V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only 173 use internally (tveeprom.c). */ 174 175 V4L2_IDENT_MSP3400B = 34002, 176 V4L2_IDENT_MSP3410B = 34102, 177 178 V4L2_IDENT_MSP3400C = 34003, 179 V4L2_IDENT_MSP3410C = 34103, 180 181 V4L2_IDENT_MSP3400D = 34004, 182 V4L2_IDENT_MSP3410D = 34104, 183 V4L2_IDENT_MSP3405D = 34054, 184 V4L2_IDENT_MSP3415D = 34154, 185 V4L2_IDENT_MSP3407D = 34074, 186 V4L2_IDENT_MSP3417D = 34174, 187 188 V4L2_IDENT_MSP3400G = 34007, 189 V4L2_IDENT_MSP3410G = 34107, 190 V4L2_IDENT_MSP3420G = 34207, 191 V4L2_IDENT_MSP3430G = 34307, 192 V4L2_IDENT_MSP3440G = 34407, 193 V4L2_IDENT_MSP3450G = 34507, 194 V4L2_IDENT_MSP3460G = 34607, 195 196 V4L2_IDENT_MSP3401G = 34017, 197 V4L2_IDENT_MSP3411G = 34117, 198 V4L2_IDENT_MSP3421G = 34217, 199 V4L2_IDENT_MSP3431G = 34317, 200 V4L2_IDENT_MSP3441G = 34417, 201 V4L2_IDENT_MSP3451G = 34517, 202 V4L2_IDENT_MSP3461G = 34617, 203 204 V4L2_IDENT_MSP3402G = 34027, 205 V4L2_IDENT_MSP3412G = 34127, 206 V4L2_IDENT_MSP3422G = 34227, 207 V4L2_IDENT_MSP3442G = 34427, 208 V4L2_IDENT_MSP3452G = 34527, 209 210 V4L2_IDENT_MSP3405G = 34057, 211 V4L2_IDENT_MSP3415G = 34157, 212 V4L2_IDENT_MSP3425G = 34257, 213 V4L2_IDENT_MSP3435G = 34357, 214 V4L2_IDENT_MSP3445G = 34457, 215 V4L2_IDENT_MSP3455G = 34557, 216 V4L2_IDENT_MSP3465G = 34657, 217 218 V4L2_IDENT_MSP3407G = 34077, 219 V4L2_IDENT_MSP3417G = 34177, 220 V4L2_IDENT_MSP3427G = 34277, 221 V4L2_IDENT_MSP3437G = 34377, 222 V4L2_IDENT_MSP3447G = 34477, 223 V4L2_IDENT_MSP3457G = 34577, 224 V4L2_IDENT_MSP3467G = 34677, 225 226 /* module msp3400: reserved range 34000-34999 and 44000-44999 */ 227 V4L2_IDENT_MSP4400G = 44007, 228 V4L2_IDENT_MSP4410G = 44107, 229 V4L2_IDENT_MSP4420G = 44207, 230 V4L2_IDENT_MSP4440G = 44407, 231 V4L2_IDENT_MSP4450G = 44507, 232 233 V4L2_IDENT_MSP4408G = 44087, 234 V4L2_IDENT_MSP4418G = 44187, 235 V4L2_IDENT_MSP4428G = 44287, 236 V4L2_IDENT_MSP4448G = 44487, 237 V4L2_IDENT_MSP4458G = 44587, 238 239 /* Micron CMOS sensor chips: 45000-45099 */ 240 V4L2_IDENT_MT9M001C12ST = 45000, 241 V4L2_IDENT_MT9M001C12STM = 45005, 242 V4L2_IDENT_MT9M111 = 45007, 243 V4L2_IDENT_MT9M112 = 45008, 244 V4L2_IDENT_MT9V022IX7ATC = 45010, /* No way to detect "normal" I77ATx */ 245 V4L2_IDENT_MT9V022IX7ATM = 45015, /* and "lead free" IA7ATx chips */ 246 V4L2_IDENT_MT9T031 = 45020, 247 V4L2_IDENT_MT9V111 = 45031, 248 V4L2_IDENT_MT9V112 = 45032, 249 250 /* HV7131R CMOS sensor: just ident 46000 */ 251 V4L2_IDENT_HV7131R = 46000, 252 253 /* module cs53132a: just ident 53132 */ 254 V4L2_IDENT_CS53l32A = 53132, 255 256 /* module upd64031a: just ident 64031 */ 257 V4L2_IDENT_UPD64031A = 64031, 258 259 /* module upd64083: just ident 64083 */ 260 V4L2_IDENT_UPD64083 = 64083, 261 262 /* module m52790: just ident 52790 */ 263 V4L2_IDENT_M52790 = 52790, 264}; 265 266#endif