V4L/DVB (5486): Add support for remote of Asustech P7131 Hybrid LNA
authorEd Vipas <epvipas@gmail.com>
Thu, 29 Mar 2007 21:32:49 +0000 (18:32 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:19 +0000 (15:45 -0300)
This patch just defines the remote control type.

Signed-off-by: Ed Vipas <epvipas@gmail.com>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-input.c

index 46c583f1e78813da272216a3ceeffd41892d9c7c..c0de37e3f5c6f2bb27daae26644ded2402a88b42 100644 (file)
@@ -321,6 +321,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
                mask_keydown = 0x0040000;
                break;
        case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
+       case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
                ir_codes     = ir_codes_asus_pc39;
                mask_keydown = 0x0040000;
                rc5_gpio = 1;
This page took 0.024606 seconds and 5 git commands to generate.