diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-25 09:56:22 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-25 09:56:22 -0200 |
commit | e4a1ecf9bf28859305f1093c30b5c2ebf658112c (patch) | |
tree | 4d043f63740eda419aaa6b19428886ff95197d29 /linux | |
parent | 56afdef8a87b3b43ad5c2466a4a71f7ca96d2c3a (diff) | |
download | mediapointer-dvb-s2-e4a1ecf9bf28859305f1093c30b5c2ebf658112c.tar.gz mediapointer-dvb-s2-e4a1ecf9bf28859305f1093c30b5c2ebf658112c.tar.bz2 |
tm6000: Another trial to fix analog streaming
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/staging/tm6000/tm6000-core.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linux/drivers/staging/tm6000/tm6000-core.c b/linux/drivers/staging/tm6000/tm6000-core.c index a3f6402da..cb971dfbc 100644 --- a/linux/drivers/staging/tm6000/tm6000-core.c +++ b/linux/drivers/staging/tm6000/tm6000-core.c @@ -56,7 +56,8 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req, memcpy(data, buf, len); } - if (tm6000_debug & V4L2_DEBUG_I2C) { +// if (tm6000_debug & V4L2_DEBUG_I2C) { +if(1){ if (!ini) last=ini=jiffies; @@ -76,7 +77,7 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req, for (i=0;i<len;i++) { printk(" %02x",buf[i]); } - printk("\n"); + printk("\n"); } } @@ -86,7 +87,8 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req, if (req_type & USB_DIR_IN) memcpy(buf, data, len); - if (tm6000_debug & V4L2_DEBUG_I2C) { +// if (tm6000_debug & V4L2_DEBUG_I2C) { +if(1) { if (ret<0) { if (req_type & USB_DIR_IN) printk("<<< (len=%d)\n",len); |