diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-03-22 15:30:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:32 -0400 |
commit | 249fe889fd39801bd3a20cf245170dbd277a0501 (patch) | |
tree | 44df8b176e61f26e19e475e3d28bbcdb73194d38 /drivers/media/video/gspca/t613.c | |
parent | 3da37e42baa8bd5953899ac078e36c97ba172e42 (diff) |
V4L/DVB (11144): gspca - t613: Don't re-read the ID registers at probe time.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/t613.c')
-rw-r--r-- | drivers/media/video/gspca/t613.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/t613.c b/drivers/media/video/gspca/t613.c index 9f312441092e..f832f86b66de 100644 --- 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) | |||
639 | u16 reg80, reg8e; | 639 | u16 reg80, reg8e; |
640 | 640 | ||
641 | static const u8 read_indexs[] = | 641 | static const u8 read_indexs[] = |
642 | { 0x06, 0x07, 0x0a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5, | 642 | { 0x0a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5, |
643 | 0xa6, 0xa8, 0xbb, 0xbc, 0xc6, 0x00 }; | 643 | 0xa6, 0xa8, 0xbb, 0xbc, 0xc6, 0x00 }; |
644 | static const u8 n1[] = | 644 | static const u8 n1[] = |
645 | {0x08, 0x03, 0x09, 0x03, 0x12, 0x04}; | 645 | {0x08, 0x03, 0x09, 0x03, 0x12, 0x04}; |