commit | b9cdad74883a797952de52464d118d685cafc05a | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Jul 12 14:12:31 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Thu Jul 12 14:12:31 2007 +0200 |
tree | b843038e60482c01854ec14b57502bb3833143d0 | |
parent | 7edcb9abb594a8f3b4ca756e03d01c870aeae127 [diff] [blame] |
i2c: New bus driver for the TAOS evaluation modules This is a new I2C bus driver for the TAOS evaluation modules. Developped and tested on the TAOS TSL2550 EVM. Signed-off-by: Jean Delvare <khali@linux-fr.org>
diff --git a/include/linux/serio.h b/include/linux/serio.h index 1ebf045..d9377ce 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h
@@ -209,5 +209,6 @@ #define SERIO_PENMOUNT 0x31 #define SERIO_TOUCHRIGHT 0x32 #define SERIO_TOUCHWIN 0x33 +#define SERIO_TAOSEVM 0x34 #endif