summaryrefslogtreecommitdiff
path: root/include/media/v4l2-chip-ident.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-11 19:28:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:45 -0300
commitf1f8c907b752ed281b1b4e6ca3605db50a8d6250 (patch)
treeb37a3112f8d86cab7448020e56a82b8700e8c651 /include/media/v4l2-chip-ident.h
parentc3fda7f835b025f3c020fa0865086fd23609e7ca (diff)
V4L/DVB (10538): saa6588: add g_chip_ident support.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 4e2182e52a8e..bbe2bb6a596a 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/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,