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:
3da37e4
)
V4L/DVB (11144): gspca - t613: Don't re-read the ID registers at probe time.
author
Jean-Francois Moine
<moinejf@free.fr>
Sun, 22 Mar 2009 19:30:42 +0000
(16:30 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:32 +0000
(12:43 -0300)
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/t613.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/t613.c
b/drivers/media/video/gspca/t613.c
index 9f312441092edf7c2236bea6265d36e6e5cbbc30..f832f86b66de1fe45176fea71c8d3bc9f155e2cc 100644
(file)
--- a/
drivers/media/video/gspca/t613.c
+++ b/
drivers/media/video/gspca/t613.c
@@
-639,7
+639,7
@@
static int sd_init(struct gspca_dev *gspca_dev)
u16 reg80, reg8e;
static const u8 read_indexs[] =
- { 0x0
6, 0x07, 0x0
a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5,
+ { 0x0a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5,
0xa6, 0xa8, 0xbb, 0xbc, 0xc6, 0x00 };
static const u8 n1[] =
{0x08, 0x03, 0x09, 0x03, 0x12, 0x04};