V4L/DVB (7295): pvrusb2: add device attributes for fm radio and digital tuner
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
index 64b467f..d89a440 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h
@@ -102,6 +102,13 @@
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[];