Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fcecce7e1a5223be450031fa446323b08d1ec41
Commit:     6fcecce7e1a5223be450031fa446323b08d1ec41
Parent:     a1dec5160d6e536b409761c1914500f4a7cf08c2
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 01:32:31 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:08:31 2007 -0300

    V4L/DVB (6181): cx88: auto-load rtc and ir receiver i2c modules for 
FusionHDTV5 RT Gold
    
    Auto-load ir-kbd-i2c for ir receiver support, and rtc-isl1208 for rtc
    support for the FusionHDTV5 RT Gold.
    
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/cx88/cx88-video.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/cx88/cx88-video.c 
b/drivers/media/video/cx88/cx88-video.c
index a16fc15..f94a3b4 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1831,6 +1831,12 @@ static int __devinit cx8800_initdev(struct pci_dev 
*pci_dev,
        if (core->board.audio_chip == AUDIO_CHIP_WM8775)
                request_module("wm8775");
 
+       switch (core->boardnr) {
+       case CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD:
+               request_module("ir-kbd-i2c");
+               request_module("rtc-isl1208");
+       }
+
        /* register v4l devices */
        dev->video_dev = cx88_vdev_init(core,dev->pci,
                                        &cx8800_video_template,"video");
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to