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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;