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:
b7a597d
)
V4L/DVB (13926): gspca - pac7302: Fix a random USB error.
author
Jean-Francois Moine
<moinejf@free.fr>
Mon, 11 Jan 2010 18:06:12 +0000
(15:06 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:32 +0000
(15:10 -0300)
When loading the register 0x49 of the page 3, the usb_control_msg() sometimes
fails with error -71 or -62.
This change skips loading the register 0x48.
Tested-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/pac7302.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/pac7302.c
b/drivers/media/video/gspca/pac7302.c
index b87097505bfc405710af4ba26274912306df5edc..9660599f783e473c50a3acc89309fc827908620a 100644
(file)
--- a/
drivers/media/video/gspca/pac7302.c
+++ b/
drivers/media/video/gspca/pac7302.c
@@
-388,7
+388,7
@@
static const __u8 page3_7302[] = {
0xa4, 0xb8, 0xe0, 0x2a, 0xf6, 0x00, 0x00, 0x00,
0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xfc, 0x00, 0xf2, 0x1f, 0x04, 0x00, 0x00,
-
0x00
, 0x00, 0x00, 0xc0, 0xc0, 0x10, 0x00, 0x00,
+
SKIP
, 0x00, 0x00, 0xc0, 0xc0, 0x10, 0x00, 0x00,
0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x40, 0xff, 0x03, 0x19, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,