aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-devattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-devattr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
index b9517e1cac0..830f27961e1 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
@@ -22,6 +22,7 @@
22#define __PVRUSB2_DEVATTR_H 22#define __PVRUSB2_DEVATTR_H
23 23
24#include <linux/mod_devicetable.h> 24#include <linux/mod_devicetable.h>
25#include <linux/videodev2.h>
25 26
26/* 27/*
27 28
@@ -69,6 +70,12 @@ struct pvr2_device_desc {
69 driver could not discover the type any other way). */ 70 driver could not discover the type any other way). */
70 int default_tuner_type; 71 int default_tuner_type;
71 72
73 /* Initial standard bits to use for this device, if not zero.
74 Anything set here is also implied as an available standard.
75 Note: This is ignored if overridden on the module load line via
76 the video_std module option. */
77 v4l2_std_id default_std_mask;
78
72 /* If set, we don't bother trying to load cx23416 firmware. */ 79 /* If set, we don't bother trying to load cx23416 firmware. */
73 char flag_skip_cx23416_firmware; 80 char flag_skip_cx23416_firmware;
74 81