]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB: gspca - spca505: Remove the eeprom write commands of NxUltra
authorJean-François Moine <moinejf@free.fr>
Sat, 25 Sep 2010 08:36:11 +0000 (05:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:06:19 +0000 (01:06 -0200)
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>
drivers/media/video/gspca/spca505.c

index 5ad203a1b2d6316d6c6b0477f527df3c4f78905f..bc9dd9034ab499c9dbafeeb0a117f2d341722097 100644 (file)
@@ -368,10 +368,6 @@ static const u8 spca505b_init_data[][3] = {
        {0x08, 0x00, 0x00},
        {0x08, 0x00, 0x01},
        {0x08, 0x00, 0x02},
-       {0x00, 0x01, 0x00},
-       {0x00, 0x01, 0x01},
-       {0x00, 0x01, 0x34},
-       {0x00, 0x01, 0x35},
        {0x06, 0x18, 0x08},
        {0x06, 0xfc, 0x09},
        {0x06, 0xfc, 0x0a},