diff options
author | Mike Isely <isely@pobox.com> | 2008-04-22 13:45:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:46 -0400 |
commit | d068c6eec94c370a445a32f2f092c90798d47ca3 (patch) | |
tree | f1c116a81d119c642ca9cc8c5aa89fff4aba5c0e /drivers/media/video/pvrusb2/pvrusb2-devattr.c | |
parent | 27dea3eb667c058eebf2eb8a090f0e20333386e9 (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.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index fe9991c10cf4..87526666bc9e 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -56,6 +56,7 @@ static const struct pvr2_device_desc pvr2_device_29xxx = { | |||
56 | .fx2_firmware.lst = pvr2_fw1_names_29xxx, | 56 | .fx2_firmware.lst = pvr2_fw1_names_29xxx, |
57 | .fx2_firmware.cnt = ARRAY_SIZE(pvr2_fw1_names_29xxx), | 57 | .fx2_firmware.cnt = ARRAY_SIZE(pvr2_fw1_names_29xxx), |
58 | .flag_has_hauppauge_rom = !0, | 58 | .flag_has_hauppauge_rom = !0, |
59 | .flag_has_fmradio = !0, | ||
59 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, | 60 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, |
60 | }; | 61 | }; |
61 | 62 | ||
@@ -85,6 +86,7 @@ static const struct pvr2_device_desc pvr2_device_24xxx = { | |||
85 | .flag_has_wm8775 = !0, | 86 | .flag_has_wm8775 = !0, |
86 | .flag_has_hauppauge_rom = !0, | 87 | .flag_has_hauppauge_rom = !0, |
87 | .flag_has_hauppauge_custom_ir = !0, | 88 | .flag_has_hauppauge_custom_ir = !0, |
89 | .flag_has_fmradio = !0, | ||
88 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, | 90 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, |
89 | }; | 91 | }; |
90 | 92 | ||
@@ -126,6 +128,7 @@ static const struct pvr2_device_desc pvr2_device_onair_creator = { | |||
126 | .client_modules.lst = pvr2_client_onair_creator, | 128 | .client_modules.lst = pvr2_client_onair_creator, |
127 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_onair_creator), | 129 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_onair_creator), |
128 | .default_tuner_type = TUNER_LG_TDVS_H06XF, | 130 | .default_tuner_type = TUNER_LG_TDVS_H06XF, |
131 | .flag_has_digitaltuner = !0, | ||
129 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, | 132 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, |
130 | }; | 133 | }; |
131 | #endif | 134 | #endif |
@@ -148,6 +151,7 @@ static const struct pvr2_device_desc pvr2_device_onair_usb2 = { | |||
148 | .client_modules.lst = pvr2_client_onair_usb2, | 151 | .client_modules.lst = pvr2_client_onair_usb2, |
149 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_onair_usb2), | 152 | .client_modules.cnt = ARRAY_SIZE(pvr2_client_onair_usb2), |
150 | .default_tuner_type = TUNER_PHILIPS_ATSC, | 153 | .default_tuner_type = TUNER_PHILIPS_ATSC, |
154 | .flag_has_digitaltuner = !0, | ||
151 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, | 155 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, |
152 | }; | 156 | }; |
153 | #endif | 157 | #endif |
@@ -210,6 +214,7 @@ static const struct pvr2_device_desc pvr2_device_75xxx = { | |||
210 | .fx2_firmware.cnt = ARRAY_SIZE(pvr2_fw1_names_75xxx), | 214 | .fx2_firmware.cnt = ARRAY_SIZE(pvr2_fw1_names_75xxx), |
211 | .flag_has_cx25840 = !0, | 215 | .flag_has_cx25840 = !0, |
212 | .flag_has_hauppauge_rom = !0, | 216 | .flag_has_hauppauge_rom = !0, |
217 | .flag_has_digitaltuner = !0, | ||
213 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, | 218 | .signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE, |
214 | .default_std_mask = V4L2_STD_NTSC_M, | 219 | .default_std_mask = V4L2_STD_NTSC_M, |
215 | }; | 220 | }; |