projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4425ea
)
V4L/DVB: pvrusb2: Fix Gotview hardware support
author
Mike Isely
<isely@pobox.com>
Sat, 15 May 2010 03:07:04 +0000
(
00:07
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 1 Jun 2010 04:19:45 +0000
(
01:19
-0300)
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>
drivers/media/video/pvrusb2/pvrusb2-devattr.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/pvrusb2/pvrusb2-devattr.c
b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
index 6bc16c13ccef7423558e48bb58d8ad85273c0241..3092abfd66a21e69113728127ad9aaf9e64d79c1 100644
(file)
--- 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 = {
static const struct pvr2_device_client_desc pvr2_cli_gotview_2[] = {
{ .module_id = PVR2_CLIENT_ID_CX25840 },
{ .module_id = PVR2_CLIENT_ID_TUNER },
+ { .module_id = PVR2_CLIENT_ID_DEMOD },
};
static const struct pvr2_device_desc pvr2_device_gotview_2 = {