diff options
author | Ed Vipas <epvipas@gmail.com> | 2007-03-29 17:32:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:45:19 -0400 |
commit | 904ab884a25fbaebe5d76d633d1c30c9f2a7c0aa (patch) | |
tree | 467ce4ef6ffcf5a4c0b0c0572bcfe6a50659bad8 | |
parent | 9971f4f1d3d71a5b6654ba226976ba82d2e047a4 (diff) |
V4L/DVB (5486): Add support for remote of Asustech P7131 Hybrid LNA
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>
-rw-r--r-- | drivers/media/video/saa7134/saa7134-input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index 46c583f1e788..c0de37e3f5c6 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c | |||
@@ -321,6 +321,7 @@ int saa7134_input_init1(struct saa7134_dev *dev) | |||
321 | mask_keydown = 0x0040000; | 321 | mask_keydown = 0x0040000; |
322 | break; | 322 | break; |
323 | case SAA7134_BOARD_ASUSTeK_P7131_DUAL: | 323 | case SAA7134_BOARD_ASUSTeK_P7131_DUAL: |
324 | case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: | ||
324 | ir_codes = ir_codes_asus_pc39; | 325 | ir_codes = ir_codes_asus_pc39; |
325 | mask_keydown = 0x0040000; | 326 | mask_keydown = 0x0040000; |
326 | rc5_gpio = 1; | 327 | rc5_gpio = 1; |