diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 05:55:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:01:50 -0200 |
commit | fdef464a7fdcc0f5905d380b2065fec7715bc95d (patch) | |
tree | c7c51499193cb0e5da756021291c7844afdcf92a /drivers/media/video/ivtv/ivtv-driver.c | |
parent | e2a1774d9c8b866db65853fd1a17e5f472dd5cf2 (diff) | |
download | blackbird-op-linux-fdef464a7fdcc0f5905d380b2065fec7715bc95d.tar.gz blackbird-op-linux-fdef464a7fdcc0f5905d380b2065fec7715bc95d.zip |
V4L/DVB (6489): ivtv: add support for AVerMedia PVR-150 Plus
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 a8aca14f98a8..04179b7d1af0 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c @@ -186,6 +186,7 @@ MODULE_PARM_DESC(cardtype, "\t\t\t20 = Club3D ZAP-TV1x01\n" "\t\t\t21 = AverTV MCE 116 Plus\n" "\t\t\t22 = ASUS Falcon2\n" + "\t\t\t23 = AverMedia PVR-150 Plus\n" "\t\t\t 0 = Autodetect (default)\n" "\t\t\t-1 = Ignore this card\n\t\t"); MODULE_PARM_DESC(pal, "Set PAL standard: B, G, H, D, K, I, M, N, Nc, 60"); |