Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2b2c93ac998896db0d2b754a4fd83479bda7efde
Commit:     2b2c93ac998896db0d2b754a4fd83479bda7efde
Parent:     8a75601035848e267baaae76b6e784cf1f899cd0
Author:     Sascha Sommer <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 3 16:48:01 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Dec 11 18:08:02 2007 -0200

    V4L/DVB (6540): em28xx: fix failing autodetection after the reboot
    
    The attached patch is required so that the autodetecion code also works 
after
    a reboot.
    
    Setting the I2C speed does not seem to be supported for em2800.
    
    Signed-off-by: Sascha Sommer <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/em28xx/em28xx-video.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/em28xx/em28xx-video.c 
b/drivers/media/video/em28xx/em28xx-video.c
index 2529c29..d3dd6a0 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -144,7 +144,8 @@ static int em28xx_config(struct em28xx *dev)
 {
 
        /* Sets I2C speed to 100 KHz */
-       em28xx_write_regs_req(dev, 0x00, 0x06, "\x40", 1);
+       if (!dev->is_em2800)
+               em28xx_write_regs_req(dev, 0x00, 0x06, "\x40", 1);
 
        /* enable vbi capturing */
 
-
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