diff options
author | Mauro Carvalho Chehab <mywing81@gmail.com> | 2010-09-30 13:46:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:54:10 -0400 |
commit | fe8b671306c78a963934cb5d6e354178390b8c87 (patch) | |
tree | e17ce0d3261c7f2fd73c8ef543fd32fdd1d4ea24 /drivers/media/video/saa7134 | |
parent | d2fd44a33083973157d6e0e0e8bcfd5faa214bbb (diff) |
[media] saa7134: port Asus P7131 Hybrid to use the new rc-core
The rc map table were corrected thanks to Giorgio input and tests.
Reported-by: Giorgio Vazzana <mywing81@gmail.com>
Tested-by: Giorgio Vazzana <mywing81@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-input.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index 3a0ea56f27ff..46d31dfca7a3 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c | |||
@@ -772,8 +772,10 @@ int saa7134_input_init1(struct saa7134_dev *dev) | |||
772 | case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: | 772 | case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: |
773 | case SAA7134_BOARD_ASUSTeK_P7131_ANALOG: | 773 | case SAA7134_BOARD_ASUSTeK_P7131_ANALOG: |
774 | ir_codes = RC_MAP_ASUS_PC39; | 774 | ir_codes = RC_MAP_ASUS_PC39; |
775 | mask_keydown = 0x0040000; | 775 | mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ |
776 | rc5_gpio = 1; | 776 | mask_keyup = 0x0040000; |
777 | mask_keycode = 0xffff; | ||
778 | raw_decode = 1; | ||
777 | break; | 779 | break; |
778 | case SAA7134_BOARD_ENCORE_ENLTV: | 780 | case SAA7134_BOARD_ENCORE_ENLTV: |
779 | case SAA7134_BOARD_ENCORE_ENLTV_FM: | 781 | case SAA7134_BOARD_ENCORE_ENLTV_FM: |