diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 16:16:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 16:16:36 -0300 |
commit | 221de1811057eaf48622305801e647be600b12f5 (patch) | |
tree | af5b7704e7406588bfa8050ce5097d8074accee5 /linux/include/media | |
parent | f3e605bcc7d54a437e0d179042c0ce2890eee348 (diff) | |
parent | c51edc01bc32d6994c8499a7d72f11170f83c378 (diff) | |
download | mediapointer-dvb-s2-221de1811057eaf48622305801e647be600b12f5.tar.gz mediapointer-dvb-s2-221de1811057eaf48622305801e647be600b12f5.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/v4l2-chip-ident.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h index 4d7e2272c..11a4a2d3e 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -155,6 +155,9 @@ enum { /* module cafe_ccic, just ident 8801 */ V4L2_IDENT_CAFE = 8801, + /* module mt9v011, just ident 8243 */ + V4L2_IDENT_MT9V011 = 8243, + /* module tw9910: just ident 9910 */ V4L2_IDENT_TW9910 = 9910, |