Commit 904ab884 authored by Ed Vipas's avatar Ed Vipas Committed by Mauro Carvalho Chehab

V4L/DVB (5486): Add support for remote of Asustech P7131 Hybrid LNA

This patch just defines the remote control type.
Signed-off-by: default avatarEd Vipas <epvipas@gmail.com>
Signed-off-by: default avatarHartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9971f4f1
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment