Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242023
b: refs/heads/master
c: eb08f35
h: refs/heads/master
i:
  242021: 54beb0c
  242019: adbbb87
  242015: cac7831
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 25ddcfc commit b99a8ce
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f0beea8f46142ea7abd7ed3f44fd0967c603fae0
refs/heads/master: eb08f35480869f7a82e9be1f19bc4575452e7f98
4 changes: 4 additions & 0 deletions trunk/include/media/v4l2-subdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ struct v4l2_subdev_ir_ops {
struct v4l2_subdev_ir_parameters *params);
};

struct v4l2_subdev_pad_ops {
};

struct v4l2_subdev_ops {
const struct v4l2_subdev_core_ops *core;
const struct v4l2_subdev_tuner_ops *tuner;
Expand All @@ -421,6 +424,7 @@ struct v4l2_subdev_ops {
const struct v4l2_subdev_vbi_ops *vbi;
const struct v4l2_subdev_ir_ops *ir;
const struct v4l2_subdev_sensor_ops *sensor;
const struct v4l2_subdev_pad_ops *pad;
};

/*
Expand Down

0 comments on commit b99a8ce

Please sign in to comment.