diff options
author | Jean-François Moine <moinejf@free.fr> | 2010-09-25 04:36:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:06:19 -0400 |
commit | cdd15a0a1b69de00f0809bddb0a9ca66a50509ce (patch) | |
tree | 56042b96c501d82dc1fd99ad44b7fead1b463a41 | |
parent | a2efdd7b189a1ed0413b058a77c3529fb0758e80 (diff) |
V4L/DVB: gspca - spca505: Remove the eeprom write commands of NxUltra
With a null request byte, these commands prevented the next commands
to be executed.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/gspca/spca505.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/spca505.c b/drivers/media/video/gspca/spca505.c index 5ad203a1b2d6..bc9dd9034ab4 100644 --- a/drivers/media/video/gspca/spca505.c +++ b/drivers/media/video/gspca/spca505.c | |||
@@ -368,10 +368,6 @@ static const u8 spca505b_init_data[][3] = { | |||
368 | {0x08, 0x00, 0x00}, | 368 | {0x08, 0x00, 0x00}, |
369 | {0x08, 0x00, 0x01}, | 369 | {0x08, 0x00, 0x01}, |
370 | {0x08, 0x00, 0x02}, | 370 | {0x08, 0x00, 0x02}, |
371 | {0x00, 0x01, 0x00}, | ||
372 | {0x00, 0x01, 0x01}, | ||
373 | {0x00, 0x01, 0x34}, | ||
374 | {0x00, 0x01, 0x35}, | ||
375 | {0x06, 0x18, 0x08}, | 371 | {0x06, 0x18, 0x08}, |
376 | {0x06, 0xfc, 0x09}, | 372 | {0x06, 0xfc, 0x09}, |
377 | {0x06, 0xfc, 0x0a}, | 373 | {0x06, 0xfc, 0x0a}, |