summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-25 08:56:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:40:17 -0300
commit8ae1fc6e10cdf9be754cccee2a3ee551a981ab08 (patch)
tree292892445106bdfe9a967833dd6adeb77df556dc /drivers/staging/tm6000/tm6000-core.c
parent717ecd2b9a71970698c04f34239c6a1e5d08fbc2 (diff)
downloadop-kernel-dev-8ae1fc6e10cdf9be754cccee2a3ee551a981ab08.zip
op-kernel-dev-8ae1fc6e10cdf9be754cccee2a3ee551a981ab08.tar.gz
V4L/DVB (12839): tm6000: Another trial to fix analog streaming
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000-core.c')
-rw-r--r--drivers/staging/tm6000/tm6000-core.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c
index c4e1aeb..c567503 100644
--- a/drivers/staging/tm6000/tm6000-core.c
+++ b/drivers/staging/tm6000/tm6000-core.c
@@ -51,7 +51,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;
@@ -71,7 +72,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");
}
}
@@ -81,7 +82,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);
OpenPOWER on IntegriCloud