--- linux/drivers/media/video/saa7134/saa7134-input.c.orig 2007-03-28 19:16:25.000000000 +0100<br>+++ linux/drivers/media/video/saa7134/saa7134-input.c 2007-03-28 12:59:04.000000000 +0100<br>@@ -322,6 +322,7 @@ int saa7134_input_init1(struct saa7134_d
<br> mask_keydown = 0x0040000;<br> break;<br> case SAA7134_BOARD_ASUSTeK_P7131_DUAL:<br>+ case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:<br> ir_codes = ir_codes_asus_pc39;
<br> mask_keydown = 0x0040000;<br> rc5_gpio = 1;<br><br><br>cut above here____________________________________<br>The above appears to make the remote work. <br>Not made a diff file before so not sure how it will apply to virgin sources but I'm sure it can be made to work by someone more experienced than me.
<br>Signed-off-by: Ed Vipas <<a href="mailto:epvipas@gmail.com">epvipas@gmail.com</a>><br><br>