The patch titled

     v4l: I2C BT832

has been added to the -mm tree.  Its filename is

     v4l-i2c-bt832.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

v4l-bttv-input.patch
v4l-bttv-update.patch
v4l-cx88-update.patch
v4l-documentation.patch
v4l-saa7134-hybrid-dvb.patch
v4l-i2c-bt832.patch
v4l-i2c-infrared-remote-control.patch
v4l-i2c-miscelaneous.patch
v4l-i2c-tuner.patch
v4l-drivers-media-video-kconfig.patch
v4l-mxb-fix-to-correct-tuner-ioctl.patch
v4l-saa7134-update.patch
v4l-tuner-3026-replace-obsolete-ioctl.patch
v4l-tv-eeprom.patch



From: Mauro Carvalho Chehab <[EMAIL PROTECTED]>

- Removed unused structures.

Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/media/video/bt832.c |   12 ------------
 1 files changed, 12 deletions(-)

diff -puN drivers/media/video/bt832.c~v4l-i2c-bt832 drivers/media/video/bt832.c
--- devel/drivers/media/video/bt832.c~v4l-i2c-bt832     2005-07-08 
22:38:37.000000000 -0700
+++ devel-akpm/drivers/media/video/bt832.c      2005-07-08 22:38:37.000000000 
-0700
@@ -138,25 +138,13 @@ int bt832_init(struct i2c_client *i2c_cl
 
         bt832_hexdump(i2c_client_s,buf);
 
-#if 0
-       // Full 30/25 Frame rate
-       printk("Full 30/25 Frame rate\n");
-       buf[0]=BT832_VP_CONTROL0; // Reg.39
-        buf[1]= 0x00;
-        if (2 != (rc = i2c_master_send(i2c_client_s,buf,2)))
-                printk("bt832: i2c i/o error FFR: rc == %d (should be 
2)\n",rc);
 
-        bt832_hexdump(i2c_client_s,buf);
-#endif
-
-#if 1
        // for testing (even works when no camera attached)
        printk("bt832: *** Generate NTSC M Bars *****\n");
        buf[0]=BT832_VP_TESTCONTROL0; // Reg. 42
        buf[1]=3; // Generate NTSC System M bars, Generate Frame timing 
internally
         if (2 != (rc = i2c_master_send(i2c_client_s,buf,2)))
                 printk("bt832: i2c i/o error MBAR: rc == %d (should be 
2)\n",rc);
-#endif
 
        printk("Bt832: Camera Present: %s\n",
                (buf[1+BT832_CAM_STATUS] & BT832_56_CAMERA_PRESENT) ? 
"yes":"no");
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to