Commit 249fe889 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab

V4L/DVB (11144): gspca - t613: Don't re-read the ID registers at probe time.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3da37e42
...@@ -639,7 +639,7 @@ static int sd_init(struct gspca_dev *gspca_dev) ...@@ -639,7 +639,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
u16 reg80, reg8e; u16 reg80, reg8e;
static const u8 read_indexs[] = static const u8 read_indexs[] =
{ 0x06, 0x07, 0x0a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5, { 0x0a, 0x0b, 0x66, 0x80, 0x81, 0x8e, 0x8f, 0xa5,
0xa6, 0xa8, 0xbb, 0xbc, 0xc6, 0x00 }; 0xa6, 0xa8, 0xbb, 0xbc, 0xc6, 0x00 };
static const u8 n1[] = static const u8 n1[] =
{0x08, 0x03, 0x09, 0x03, 0x12, 0x04}; {0x08, 0x03, 0x09, 0x03, 0x12, 0x04};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment