]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (8645): Support IR remote on FusionHDTV DVB-T Dual Express
authorSteven Toth <stoth@hauppauge.com>
Tue, 5 Aug 2008 00:41:06 +0000 (21:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:49 +0000 (09:36 -0200)
From Chris Pascoe <c.pascoe@itee.uq.edu.au>
Support IR remote on FusionHDTV DVB-T Dual Express

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-cards.c

index 7caa2465e7fb1a4fd8927322e76c1bdc3e4b0f93..46d70262107b5733c0fac564e81aac197cb86684 100644 (file)
@@ -520,6 +520,9 @@ int cx23885_ir_init(struct cx23885_dev *dev)
        case CX23885_BOARD_HAUPPAUGE_HVR1400:
                /* FIXME: Implement me */
                break;
+       case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP:
+               request_module("ir-kbd-i2c");
+               break;
        }
 
        return 0;