aboutsummaryrefslogtreecommitdiff
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 64b467f0637..d89a44071cc 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
@@ -102,6 +102,13 @@ struct pvr2_device_desc {
implement the virtual receiver in terms of appropriate FX2
commands. */
char flag_has_hauppauge_custom_ir;
+
+ /* Device has FM radio capability. */
+ char flag_has_fmradio;
+
+ /* Device has a digital tuner; if this is set then we enable extra
+ functionality to switch between analog and digital modes. */
+ char flag_has_digitaltuner;
};
extern struct usb_device_id pvr2_device_table[];