|
From: <hap...@us...> - 2007-06-27 13:52:31
|
Revision: 1087
http://svn.sourceforge.net/hackndev/?rev=1087&view=rev
Author: happy-slapin
Date: 2007-06-27 06:52:28 -0700 (Wed, 27 Jun 2007)
Log Message:
-----------
OV9640: fixed addresses
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/i2c/chips/i2c-ov9640.c
Modified: linux4palm/linux/trunk/drivers/i2c/chips/i2c-ov9640.c
===================================================================
--- linux4palm/linux/trunk/drivers/i2c/chips/i2c-ov9640.c 2007-06-27 08:26:37 UTC (rev 1086)
+++ linux4palm/linux/trunk/drivers/i2c/chips/i2c-ov9640.c 2007-06-27 13:52:28 UTC (rev 1087)
@@ -31,7 +31,7 @@
extern struct i2c_adapter *i2cdev_adaps[];
struct i2c_client *g_client = NULL;
-static unsigned short normal_i2c[] = {0x14, 0x50, 0x52, 0x54, 0x56, 0x5e, OV9640_SLAVE_ADDR ,I2C_CLIENT_END };
+static unsigned short normal_i2c[] = {OV9640_SLAVE_ADDR ,I2C_CLIENT_END };
/* static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; */
I2C_CLIENT_INSMOD;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|