[linux-dvb] Re: Patch: Add Kworld ATSC110 HDTV CARD Remote
Functionality
Dwaine Garden
dwainegarden at rogers.com
Tue Jan 2 21:41:40 CET 2007
arrggghh...
----- Original Message ----
From: Yves Dionne <yves_dionne at yahoo.ca>
To: Linux and Kernel Video <video4linux-list at redhat.com>
Cc: linux-dvb at linuxtv.org
Sent: Tuesday, January 2, 2007 2:06:18 PM
Subject: Re: Patch: Add Kworld ATSC110 HDTV CARD Remote Functionality
Le mardi 02 janvier 2007 à 07:20 -0800, Dwaine Garden a écrit :
> Patch contents:
> - Add ir remote functionality for the Kworld ATSC110 HDTV tuner card.
> - A couple of fixes for original submitted patch.
>
> Signed-off-by: Dwaine P. Garden <DwaineGarden at rogers.com>
>
>
> diff -U 3 -H -d -r -N -- a/linux/drivers/media/video/ir-kbd-i2c.c b/linux/drivers/media/video/ir-kbd-i2c.c
--- a/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-01
03:10:56.000000000 -0500
+++ b/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-02
09:49:10.000000000 -0500
@@ -55,6 +55,11 @@
module_param(hauppauge, int, 0644); /* Choose Hauppauge remote */
MODULE_PARM_DESC(hauppauge, "Specify Hauppauge remote: 0=black, 1=grey
(defaults to 0)");
+static int kworldatsc110 = 0;
+module_param(kworldatsc110, int, 0644); /* Choose a Kworld ATSC110
remote */
+MODULE_PARM_DESC(hauppauge, "Specify a Kworld HDTV ATSC110 remote:
0=No, 1=Yes (defaults to 0)");
+
+
Shouldn't the second MODULE_PARM line apply to the kworldatsc110
variable?
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20070102/c64ba851/attachment.htm
More information about the linux-dvb
mailing list