diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-13 11:35:32 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-13 11:35:32 -0200 |
commit | 3899a032ca0bb2095790d74fe6fd268d9ee8e02b (patch) | |
tree | 10cb76e6c950f2b90b5999dea5b2657eb847c3b1 /linux/include/media/v4l2-chip-ident.h | |
parent | fe931896dc55d7698652c42ea982a24ff5ad7f4b (diff) | |
parent | 52a672f1e1c02901afbfcc810f5ab962759a05e0 (diff) | |
download | mediapointer-dvb-s2-3899a032ca0bb2095790d74fe6fd268d9ee8e02b.tar.gz mediapointer-dvb-s2-3899a032ca0bb2095790d74fe6fd268d9ee8e02b.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media/v4l2-chip-ident.h')
-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 4e2182e52..bbe2bb6a5 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -92,6 +92,9 @@ enum { /* module tea6420: just ident 6420 */ V4L2_IDENT_TEA6420 = 6420, + /* module saa6588: just ident 6588 */ + V4L2_IDENT_SAA6588 = 6588, + /* module saa6752hs: reserved range 6750-6759 */ V4L2_IDENT_SAA6752HS = 6752, V4L2_IDENT_SAA6752HS_AC3 = 6753, |