summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-11 22:28:30 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 15:42:45 (GMT)
commitf1f8c907b752ed281b1b4e6ca3605db50a8d6250 (patch)
treeb37a3112f8d86cab7448020e56a82b8700e8c651 /include
parentc3fda7f835b025f3c020fa0865086fd23609e7ca (diff)
downloadlinux-fsl-qoriq-f1f8c907b752ed281b1b4e6ca3605db50a8d6250.tar.xz
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')
-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 4e2182e..bbe2bb6 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,