From: George Gazurkoff Date: Mon, 9 Jan 2006 17:32:46 +0000 (-0200) Subject: V4L/DVB (3303): Both AverTV Studio 303 cards #6 and #36 use the same IR programming. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=565f49490556250383e976c7f3e04ee4b7f54788;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git V4L/DVB (3303): Both AverTV Studio 303 cards #6 and #36 use the same IR programming. - Both AverTV Studio 303 cards, #6 and #36, use the same remote control programming. Signed-off-by: George Gazurkoff Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index f40f97026b84..286c85b6bdf9 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c @@ -538,6 +538,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) ir->polling = 1; /* ms */ break; case CX88_BOARD_AVERTV_303: + case CX88_BOARD_AVERTV_STUDIO_303: ir_codes = ir_codes_avertv_303; ir->gpio_addr = MO_GP2_IO; ir->mask_keycode = 0xfb;