diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-13 17:31:31 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 17:53:40 +0100 |
commit | f5762e441d5022ecc5b66b5fe54e41e2ac5d02be (patch) | |
tree | 6afff3bc33f4d8a2dca15a681902316d230eb811 /include/media | |
parent | V4L/DVB (3509): Make a needlessly global function static. (diff) | |
download | linux-f5762e441d5022ecc5b66b5fe54e41e2ac5d02be.tar.xz linux-f5762e441d5022ecc5b66b5fe54e41e2ac5d02be.zip |
V4L/DVB (3513): Remove saa711x driver
Now, em28xx uses saa7115 instead of saa711x.
saa7115 driver is capable of handling saa 7113, 7114 and 7115.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index c44741e78f20..2360453e7496 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -103,6 +103,7 @@ enum v4l2_chip_ident { V4L2_IDENT_UNKNOWN = 0, /* module saa7115: reserved range 100-149 */ + V4L2_IDENT_SAA7113 = 103, V4L2_IDENT_SAA7114 = 104, V4L2_IDENT_SAA7115 = 105, |