aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2009-03-05 14:39:48 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-05 14:39:48 +0000
commit550bee6974e152230059d341c255b300e2f82d7a (patch)
treea60f02ab8d09db2342fbfed277416a310d35cf02 /include
parentf1dd23b3aecf50d856575d705964b0a868ff8edf (diff)
Add I2C IDs for Samsung S5K series cameras
These are te I2C IDs for all the Samsung S5K series cameras. This code is directly from Samsung's BSP. Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c-id.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 04947d51094..7cc4f560bc9 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -77,6 +77,12 @@
#define I2C_DRIVERID_PCF50633 1051
#define I2C_DRIVERID_PCA9632 1052
+#define I2C_DRIVERID_S5K_3XA 1500 /* Samsung MobileAP I2C adapter */
+#define I2C_DRIVERID_S5K_53BEA 1501 /* Samsung MobileAP I2C adapter */
+#define I2C_DRIVERID_S5K_532 1502 /* Samsung MobileAP I2C adapter */
+#define I2C_DRIVERID_S5K_3BA 1503 /* Samsung MobileAP I2C adapter */
+#define I2C_DRIVERID_S5K_4XA 1504 /* Samsung MobileAP I2C adapter */
+
/*
* ---- Adapter types ----------------------------------------------------
*/