Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30829
b: refs/heads/master
c: 4656fb6
h: refs/heads/master
i:
  30827: 855a90f
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 27, 2006
1 parent 028922f commit dcd20fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d855497edbfbf9e19a17f4a1154bca69cb4bd9ba
refs/heads/master: 4656fb63716af240452adf7b1aab3a9573452fd9
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-blackbird.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,14 @@ static int mpeg_do_ioctl(struct inode *inode, struct file *file,
fh->mpegq.field);
return 0;
}
case VIDIOC_LOG_STATUS:
printk("%s/2: ============ START LOG STATUS ============\n",
core->name);
cx88_call_i2c_clients(core, VIDIOC_LOG_STATUS, 0);
cx2341x_log_status(&dev->params, dev->mpeg_dev->minor);
printk("%s/2: ============= END LOG STATUS =============\n",
core->name);
return 0;

default:
return cx88_do_ioctl(inode, file, 0, dev->core, cmd, arg, mpeg_do_ioctl);
Expand Down

0 comments on commit dcd20fd

Please sign in to comment.