diff options
author | Adam Baker <linux@baker-net.org.uk> | 2009-03-29 18:17:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-06 20:44:29 -0400 |
commit | dfa76fa2824967c0ec196fbcba36d3e74b66d3aa (patch) | |
tree | 96f1a646ca8b204e237d6aa72579825cdcedd0b0 /drivers/media/video/gspca/gspca.h | |
parent | 2659e468a38d7baa758baa5e59529e48eb8930c9 (diff) |
V4L/DVB (11387): Sensor orientation reporting
Add support to the SQ-905 driver to pass back to user space the
sensor orientation information obtained from the camera during init.
Modifies gspca and the videodev2.h header to create the necessary
API.
[mchehab@redhat.com: Changed "Output is" to "Frames are" at the comments, as suggested at LMML]
Signed-off-by: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r-- | drivers/media/video/gspca/gspca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index e4d4cf6ce05a..58e8ff02136a 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h | |||
@@ -56,6 +56,7 @@ struct cam { | |||
56 | * - cannot be > MAX_NURBS | 56 | * - cannot be > MAX_NURBS |
57 | * - when 0 and bulk_size != 0 means | 57 | * - when 0 and bulk_size != 0 means |
58 | * 1 URB and submit done by subdriver */ | 58 | * 1 URB and submit done by subdriver */ |
59 | u32 input_flags; /* value for ENUM_INPUT status flags */ | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | struct gspca_dev; | 62 | struct gspca_dev; |