diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:41:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:49 -0400 |
commit | 12886871ae7a6f4e2b1ea371f6604d8239dda724 (patch) | |
tree | 10f8b114c6c3982908946a3109f6b7aec7ce7985 /drivers | |
parent | aef2d186e381816733fa15d67ad63bd99254cb9e (diff) |
V4L/DVB (8645): Support IR remote on FusionHDTV DVB-T Dual Express
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 7caa2465e7fb..46d70262107b 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -520,6 +520,9 @@ int cx23885_ir_init(struct cx23885_dev *dev) | |||
520 | case CX23885_BOARD_HAUPPAUGE_HVR1400: | 520 | case CX23885_BOARD_HAUPPAUGE_HVR1400: |
521 | /* FIXME: Implement me */ | 521 | /* FIXME: Implement me */ |
522 | break; | 522 | break; |
523 | case CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP: | ||
524 | request_module("ir-kbd-i2c"); | ||
525 | break; | ||
523 | } | 526 | } |
524 | 527 | ||
525 | return 0; | 528 | return 0; |