2.4.36-stable kernel tree
Revision | dee9163f75c12b3374890433c4b4f4efdcb7ddc0 (tree) |
---|---|
Zeit | 2006-12-05 17:22:54 |
Autor | Jean Delvare <khali@linu...> |
Commiter | Willy Tarreau |
[PATCH] i2c cleanup : resync algo ids
Resync i2c algorithm IDs with the values used in the 2.6 kernel
tree and the external i2c tree. These are arbitrary values anyway,
not exported to user-space.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
@@ -152,9 +152,8 @@ | ||
152 | 152 | |
153 | 153 | #define I2C_ALGO_MPC8XX 0x110000 /* MPC8xx PowerPC I2C algorithm */ |
154 | 154 | |
155 | -#define I2C_ALGO_SIBYTE 0x120000 /* Broadcom SiByte SOCs */ | |
156 | - | |
157 | -#define I2C_ALGO_SGI 0x130000 /* SGI algorithm */ | |
155 | +#define I2C_ALGO_SIBYTE 0x150000 /* Broadcom SiByte SOCs */ | |
156 | +#define I2C_ALGO_SGI 0x160000 /* SGI algorithm */ | |
158 | 157 | |
159 | 158 | #define I2C_ALGO_EXP 0x800000 /* experimental */ |
160 | 159 |