The patch number 8645 was added via Steven Toth <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Steven Toth <[EMAIL PROTECTED]> Support IR remote on FusionHDTV DVB-T Dual Express >From Chris Pascoe <[EMAIL PROTECTED]> Support IR remote on FusionHDTV DVB-T Dual Express Signed-off-by: Steven Toth <[EMAIL PROTECTED]> Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]> --- linux/drivers/media/video/cx23885/cx23885-cards.c | 3 +++ 1 file changed, 3 insertions(+) diff -r d61c3d922e98 -r 9d8ea30fa526 linux/drivers/media/video/cx23885/cx23885-cards.c --- a/linux/drivers/media/video/cx23885/cx23885-cards.c Mon Aug 04 20:39:53 2008 -0400 +++ b/linux/drivers/media/video/cx23885/cx23885-cards.c Mon Aug 04 20:41:06 2008 -0400 @@ -521,6 +521,9 @@ int cx23885_ir_init(struct cx23885_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; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/9d8ea30fa526402f51810660a28efd54f67a2d31 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits