[linux-dvb] [PATCH 4/4] Support IR remote on FusionHDTV DVB-T Dual Express
Anton Blanchard
anton at samba.org
Fri Aug 1 03:26:13 CEST 2008
From: Chris Pascoe <c.pascoe at itee.uq.edu.au>
Support IR remote on FusionHDTV DVB-T Dual Express
Signed-off-by: Anton Blanchard <anton at samba.org>
---
Index: v4l-dvb/linux/drivers/media/video/cx23885/cx23885-cards.c
===================================================================
--- v4l-dvb.orig/linux/drivers/media/video/cx23885/cx23885-cards.c 2008-08-01 11:06:07.000000000 +1000
+++ v4l-dvb/linux/drivers/media/video/cx23885/cx23885-cards.c 2008-08-01 11:09:06.000000000 +1000
@@ -521,6 +521,9 @@
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;
More information about the linux-dvb
mailing list