diff options
author | Mike Isely <isely@pobox.com> | 2010-05-14 23:07:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-01 00:19:45 -0400 |
commit | c641a18969178ac1649e022156c85adb7c889451 (patch) | |
tree | 3dd4b4923ac20c18f46b064c56bfba6046d73b3e /drivers | |
parent | e4425eab6b2da050bae55cffa01e573767a819a1 (diff) |
V4L/DVB: pvrusb2: Fix Gotview hardware support
pvrusb2: Fix RF tuner problem with gotview hardware - this bug was
introduced when switching over to the subdev model of driver control
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index 6bc16c13ccef..3092abfd66a2 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -117,6 +117,7 @@ static const struct pvr2_device_desc pvr2_device_24xxx = { | |||
117 | static const struct pvr2_device_client_desc pvr2_cli_gotview_2[] = { | 117 | static const struct pvr2_device_client_desc pvr2_cli_gotview_2[] = { |
118 | { .module_id = PVR2_CLIENT_ID_CX25840 }, | 118 | { .module_id = PVR2_CLIENT_ID_CX25840 }, |
119 | { .module_id = PVR2_CLIENT_ID_TUNER }, | 119 | { .module_id = PVR2_CLIENT_ID_TUNER }, |
120 | { .module_id = PVR2_CLIENT_ID_DEMOD }, | ||
120 | }; | 121 | }; |
121 | 122 | ||
122 | static const struct pvr2_device_desc pvr2_device_gotview_2 = { | 123 | static const struct pvr2_device_desc pvr2_device_gotview_2 = { |