diff options
author | Andy Walls <awalls@radix.net> | 2009-06-09 19:37:24 -0400 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-06-09 19:37:24 -0400 |
commit | 15f999634d9b368effd455da5fecf19a9eef04d6 (patch) | |
tree | 84edce103411d170e8e718e5157a0e5e84becfe5 /linux/drivers/media/video/cx18/cx18-driver.c | |
parent | 7ef1e386396d4ebc645310511099bf2526e519c4 (diff) | |
download | mediapointer-dvb-s2-15f999634d9b368effd455da5fecf19a9eef04d6.tar.gz mediapointer-dvb-s2-15f999634d9b368effd455da5fecf19a9eef04d6.tar.bz2 |
cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entries
From: Andy Walls <awalls@radix.net>
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-driver.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.c b/linux/drivers/media/video/cx18/cx18-driver.c index f42a97314..7ffdda49c 100644 --- a/linux/drivers/media/video/cx18/cx18-driver.c +++ b/linux/drivers/media/video/cx18/cx18-driver.c @@ -152,7 +152,8 @@ MODULE_PARM_DESC(cardtype, "\t\t\t 4 = Yuan MPC718\n" "\t\t\t 5 = Conexant Raptor PAL/SECAM\n" "\t\t\t 6 = Toshiba Qosmio DVB-T/Analog\n" - "\t\t\t 7 = Leadtek WinFast PVR2100/DVR3100 H\n" + "\t\t\t 7 = Leadtek WinFast PVR2100\n" + "\t\t\t 8 = Leadtek WinFast DVR3100 H\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"); |