diff options
author | Catalin Climov <devnull@localhost> | 2005-09-06 21:58:43 +0000 |
---|---|---|
committer | Catalin Climov <devnull@localhost> | 2005-09-06 21:58:43 +0000 |
commit | c1d8c76e0f52d59478e5e99c2d0a7a1756757d31 (patch) | |
tree | fd7a4bdcca87e77201b73faa33269b35b5e238ec /linux/drivers/media/video/cx88/cx88-video.c | |
parent | abe34b1ec392774318d3fc28f81f08cbbb7a4ad6 (diff) | |
download | mediapointer-dvb-s2-c1d8c76e0f52d59478e5e99c2d0a7a1756757d31.tar.gz mediapointer-dvb-s2-c1d8c76e0f52d59478e5e99c2d0a7a1756757d31.tar.bz2 |
Implemented the v4l2 mpeg api for blackbird cards.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index f427ae2d9..03fa87887 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.91 2005/08/30 15:18:50 mkrufky Exp $ + * $Id: cx88-video.c,v 1.92 2005/09/06 21:58:43 catalin Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -1515,7 +1515,7 @@ int cx88_do_ioctl(struct inode *inode, struct file *file, int radio, if (video_debug > 1) cx88_print_ioctl(core->name,cmd); -#if 1 +#if 0 printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd ); cx88_print_ioctl(core->name,cmd); #endif |