From: Jean-François Moine Date: Sat, 25 Sep 2010 08:36:11 +0000 (-0300) Subject: V4L/DVB: gspca - spca505: Remove the eeprom write commands of NxUltra X-Git-Tag: v2.6.37-rc1~64^2~325 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cdd15a0a1b69de00f0809bddb0a9ca66a50509ce;p=karo-tx-linux.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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] = { {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},