diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-20 05:19:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:06:42 -0400 |
commit | d56eebfbdc11d1a3809d8bd793a118da5058ffa8 (patch) | |
tree | 4719a5e6572109d001c304e56001030b93e83251 /drivers/media/video/ivtv/ivtv-driver.c | |
parent | b4ac3c8d8de387366be11c7320693e0b14429a49 (diff) |
V4L/DVB (7926): ivtv: add support for the Buffalo PC-MV5L/PCI card.
Thanks to Peter Brandt for doing the necessary tests to fill out the card
definition!
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index bbe92d9dce36..323dd68fa1c6 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -191,6 +191,7 @@ MODULE_PARM_DESC(cardtype, | |||
191 | "\t\t\t23 = AverMedia PVR-150 Plus\n" | 191 | "\t\t\t23 = AverMedia PVR-150 Plus\n" |
192 | "\t\t\t24 = AverMedia EZMaker PCI Deluxe\n" | 192 | "\t\t\t24 = AverMedia EZMaker PCI Deluxe\n" |
193 | "\t\t\t25 = AverMedia M104 (not yet working)\n" | 193 | "\t\t\t25 = AverMedia M104 (not yet working)\n" |
194 | "\t\t\t26 = Buffalo PC-MV5L/PCI\n" | ||
194 | "\t\t\t 0 = Autodetect (default)\n" | 195 | "\t\t\t 0 = Autodetect (default)\n" |
195 | "\t\t\t-1 = Ignore this card\n\t\t"); | 196 | "\t\t\t-1 = Ignore this card\n\t\t"); |
196 | MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60"); | 197 | MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60"); |