summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil2009-02-11 23:28:30 +0100
committerMauro Carvalho Chehab2009-03-30 17:42:45 +0200
commitf1f8c907b752ed281b1b4e6ca3605db50a8d6250 (patch)
treeb37a3112f8d86cab7448020e56a82b8700e8c651 /include/media
parentV4L/DVB (10537): saa6588: convert to v4l2_subdev. (diff)
downloadkernel-qcow2-linux-f1f8c907b752ed281b1b4e6ca3605db50a8d6250.tar.gz
kernel-qcow2-linux-f1f8c907b752ed281b1b4e6ca3605db50a8d6250.tar.xz
kernel-qcow2-linux-f1f8c907b752ed281b1b4e6ca3605db50a8d6250.zip
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')
-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,