diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-23 14:11:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-23 14:11:08 -0500 |
commit | e5589befc472ca50882f37c4fb32333fc93a65b7 (patch) | |
tree | 312488c15ed5ffa50806f89ad63b99952308459e /drivers/media/video/em28xx/em28xx.h | |
parent | 12db56071b473a59c550d0aa70db6972a49d73af (diff) |
V4L/DVB (3421): Several fixes to prepare for VBI
- Fixed VBI compilation.
- Included capacity to specify vbi and video number.
- Added a better control for using more than one em28xx device.
- VIDIOC_G_FMT now calls a function.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 33de9d846af5..119fdbedc7bf 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -209,6 +209,7 @@ struct em28xx { | |||
209 | /* generic device properties */ | 209 | /* generic device properties */ |
210 | char name[30]; /* name (including minor) of the device */ | 210 | char name[30]; /* name (including minor) of the device */ |
211 | int model; /* index in the device_data struct */ | 211 | int model; /* index in the device_data struct */ |
212 | int devno; /* marks the number of this device */ | ||
212 | unsigned int is_em2800; | 213 | unsigned int is_em2800; |
213 | int video_inputs; /* number of video inputs */ | 214 | int video_inputs; /* number of video inputs */ |
214 | struct list_head devlist; | 215 | struct list_head devlist; |