- Both AverTV Studio 303 cards, #6 and #36, use the same remote control programming. Signed-off-by: George Gazurkoff <gazurkoff@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
009494effc
commit
565f494905
|
@ -538,6 +538,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci)
|
||||||
ir->polling = 1; /* ms */
|
ir->polling = 1; /* ms */
|
||||||
break;
|
break;
|
||||||
case CX88_BOARD_AVERTV_303:
|
case CX88_BOARD_AVERTV_303:
|
||||||
|
case CX88_BOARD_AVERTV_STUDIO_303:
|
||||||
ir_codes = ir_codes_avertv_303;
|
ir_codes = ir_codes_avertv_303;
|
||||||
ir->gpio_addr = MO_GP2_IO;
|
ir->gpio_addr = MO_GP2_IO;
|
||||||
ir->mask_keycode = 0xfb;
|
ir->mask_keycode = 0xfb;
|
||||||
|
|
Loading…
Reference in New Issue