diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:41:06 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:41:06 -0400 |
commit | 161504777f62170b4b8bbec4d6581895b8337406 (patch) | |
tree | 718ea3bd89e7c2976c023ee3cf59719e8ef7be8f /linux/drivers/media/video/cx23885/cx23885-cards.c | |
parent | 54b460b47032aae6fe4ee63865486610efe38150 (diff) | |
download | mediapointer-dvb-s2-161504777f62170b4b8bbec4d6581895b8337406.tar.gz mediapointer-dvb-s2-161504777f62170b4b8bbec4d6581895b8337406.tar.bz2 |
Support IR remote on FusionHDTV DVB-T Dual Express
From: Steven Toth <stoth@hauppauge.com>
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>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-cards.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-cards.c b/linux/drivers/media/video/cx23885/cx23885-cards.c index ef74c5d29..eed49ec9c 100644 --- a/linux/drivers/media/video/cx23885/cx23885-cards.c +++ b/linux/drivers/media/video/cx23885/cx23885-cards.c @@ -521,6 +521,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; |