Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331112
b: refs/heads/master
c: 5c77879
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Sep 26, 2012
1 parent 85f12ce commit 6edddd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f996594ceaf6c3f9bc42b40c40b0f7f87b79c86
refs/heads/master: 5c77879ff9ab9e7dd5b4a78666a09af1a8854be9
9 changes: 8 additions & 1 deletion trunk/include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
#define VFL_TYPE_SUBDEV 3
#define VFL_TYPE_MAX 4

/* Is this a receiver, transmitter or mem-to-mem? */
/* Ignored for VFL_TYPE_SUBDEV. */
#define VFL_DIR_RX 0
#define VFL_DIR_TX 1
#define VFL_DIR_M2M 2

struct v4l2_ioctl_callbacks;
struct video_device;
struct v4l2_device;
Expand Down Expand Up @@ -105,7 +111,8 @@ struct video_device

/* device info */
char name[32];
int vfl_type;
int vfl_type; /* device type */
int vfl_dir; /* receiver, transmitter or m2m */
/* 'minor' is set to -1 if the registration failed */
int minor;
u16 num;
Expand Down

0 comments on commit 6edddd1

Please sign in to comment.