Input: qt602240_ts - Add chip I2C addresses to header file From: Iiro Valkonen <iiro.valkonen@xxxxxxxxx> Add chip I2C addresses to header file. Signed-off-by: Iiro Valkonen <iiro.valkonen@xxxxxxxxx> --- include/linux/i2c/qt602240_ts.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/linux/i2c/qt602240_ts.h b/include/linux/i2c/qt602240_ts.h index 130f8bc..ee4bccd 100644 --- a/include/linux/i2c/qt602240_ts.h +++ b/include/linux/i2c/qt602240_ts.h @@ -13,6 +13,14 @@ #ifndef __LINUX_MAXTOUCH_TS_H #define __LINUX_MAXTOUCH_TS_H +/* Chip I2C Addresses */ +#define MXT224_I2C_ADDR1 0x4A +#define MXT224_I2C_ADDR2 0x4B +#define MXT1386_I2C_ADDR1 0x4C +#define MXT1386_I2C_ADDR2 0x4D +#define MXT1386_I2C_ADDR3 0x5A +#define MXT1386_I2C_ADDR4 0x5B + /* Orient */ #define MXT_NORMAL 0x0 #define MXT_DIAGONAL 0x1 -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html