summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-07-13 10:48:32 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-07-13 10:48:32 +0000
commit6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d (patch)
tree36381203edd8d3d3fbea0b48a500ce2a7fe5088a /linux/drivers/media/video/tuner-core.c
parentaf795ba92eadefa36f3e3046b48a1a6dffeba0fb (diff)
downloadmediapointer-dvb-s2-6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d.tar.gz
mediapointer-dvb-s2-6e0ef61cdbc476b32b2276bbfe20d8ce9476d93d.tar.bz2
* tea5767.c:
- Fixed newer tea autodetection code. * tuner-core.c: - unimplemented IOCTL msg now is clearer for developers. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r--linux/drivers/media/video/tuner-core.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index 2b019709b..2b594582a 100644
--- a/linux/drivers/media/video/tuner-core.c
+++ b/linux/drivers/media/video/tuner-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-core.c,v 1.55 2005/07/08 13:20:33 mchehab Exp $
+ * $Id: tuner-core.c,v 1.56 2005/07/13 10:48:32 mchehab Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -641,7 +641,9 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
break;
}
default:
- tuner_dbg("Unimplemented IOCTL 0x%08x called to tuner.\n", cmd);
+ tuner_dbg("Unimplemented IOCTL 0x%08x(dir=%d,tp=0x%02x,nr=%d,sz=%d)\n",
+ cmd, _IOC_DIR(cmd), _IOC_TYPE(cmd),
+ _IOC_NR(cmd), _IOC_SIZE(cmd));
break;
}