>From [email protected] Thu Mar 5 11:34:03 2009 Message-Id: <[email protected]> References: <[email protected]> User-Agent: quilt/0.46-1 Date: Thu, 05 Mar 2009 11:33:34 +0800 From: Werner Almesberger <[email protected]> To: [email protected] Cc: Werner Almesberger <[email protected]> Subject: [PATCH 08/14] Add I2C IDs for Samsung S5K series cameras Content-Disposition: inline; filename=add-samsung-cams-i2c.patch
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 <[email protected]> --- Index: cam/include/linux/i2c-id.h =================================================================== --- cam.orig/include/linux/i2c-id.h 2009-02-26 22:33:44.000000000 +0800 +++ cam/include/linux/i2c-id.h 2009-02-26 22:34:36.000000000 +0800 @@ -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 ---------------------------------------------------- */ --
