aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/pvrusb2/pvrusb2-devattr.h
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-04-22 14:45:36 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:07:46 -0300
commitd068c6eec94c370a445a32f2f092c90798d47ca3 (patch)
treef1c116a81d119c642ca9cc8c5aa89fff4aba5c0e /drivers/media/video/pvrusb2/pvrusb2-devattr.h
parent27dea3eb667c058eebf2eb8a090f0e20333386e9 (diff)
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>
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[];