Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: remote control of second hauppauge 2.1



Matthias Biel wrote:
> Oliver Endriss wrote:
> >Matthias Biel wrote:
> >>I'm using vdr 1.1.15 and the driver 2002-11-01 with two hauppauge
> >> 2.1 cards. Is it possible to enable the remote control of the
> >> second card?
> >
> >According to the source code, the driver supports the remote control
> >port of one card only.
>
> the old driver doesn't distinguish between both remotes, so it is
> also possible to use the remote control of the device that is not the
> primary.

Hmm, try the following patch:
------------------------------------  snip  --------------------------------
diff -u linux-dvb.2002-11-01/driver/av7110/av7110_ir.c linux-dvb.2002-11-01-test/driver/av7110/av7110_ir.c
--- linux-dvb.2002-11-01/driver/av7110/av7110_ir.c	Thu Oct 10 21:22:29 2002
+++ linux-dvb.2002-11-01-test/driver/av7110/av7110_ir.c	Wed Nov  6 10:06:28 2002
@@ -143,7 +143,7 @@
 
 	input_register_device(&input_dev);
 
-	av7110_setup_irc_config (NULL, 0x0001);
+	av7110_setup_irc_config (NULL, 0x0000);
 	av7110_register_irc_handler (av7110_emit_key);
 
 	e = create_proc_entry ("av7110_ir", S_IFREG | S_IRUGO | S_IWUSR, NULL);
------------------------------------  snip  --------------------------------
Note that I could not test it because I don't have two cards..

Oliver


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index