<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">arrggghh...<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Yves Dionne <yves_dionne@yahoo.ca><br>To: Linux and Kernel Video <video4linux-list@redhat.com><br>Cc: linux-dvb@linuxtv.org<br>Sent: Tuesday, January 2, 2007 2:06:18 PM<br>Subject: Re: Patch: Add Kworld ATSC110 HDTV CARD Remote Functionality<br><br><div>Le mardi 02 janvier 2007 à 07:20 -0800, Dwaine Garden a écrit :<br>> Patch contents:<br>> - Add ir remote functionality for the Kworld ATSC110 HDTV tuner card.<br>> - A couple of fixes for original submitted patch.<br>> <br>> Signed-off-by: Dwaine P. Garden <DwaineGarden@rogers.com><br>> <br>> <br>> 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<br>--- a/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-01<br>03:10:56.000000000 -0500<br>+++ b/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-02<br>09:49:10.000000000 -0500<br>@@ -55,6 +55,11 @@<br> module_param(hauppauge, int, 0644); /* Choose Hauppauge remote */<br> MODULE_PARM_DESC(hauppauge, "Specify Hauppauge remote: 0=black, 1=grey<br>(defaults to 0)");<br> <br>+static int kworldatsc110 = 0;<br>+module_param(kworldatsc110, int, 0644); /* Choose a Kworld ATSC110<br>remote */<br>+MODULE_PARM_DESC(hauppauge, "Specify a Kworld HDTV ATSC110 remote:<br>0=No, 1=Yes (defaults to 0)");<br>+<br>+<br> <br>Shouldn't the second MODULE_PARM line apply to the kworldatsc110<br>variable?<br><br><br>--<br>video4linux-list mailing list<br>Unsubscribe
mailto:video4linux-list-request@redhat.com?subject=unsubscribe<br><a target="_blank" href="https://www.redhat.com/mailman/listinfo/video4linux-list">https://www.redhat.com/mailman/listinfo/video4linux-list</a><br></div></div><br></div></div></body></html>