• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: Commit

2.4.36-stable kernel tree


Commit MetaInfo

Revisiondee9163f75c12b3374890433c4b4f4efdcb7ddc0 (tree)
Zeit2006-12-05 17:22:54
AutorJean Delvare <khali@linu...>
CommiterWilly Tarreau

Log Message

[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>

Ändern Zusammenfassung

Diff

--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -152,9 +152,8 @@
152152
153153 #define I2C_ALGO_MPC8XX 0x110000 /* MPC8xx PowerPC I2C algorithm */
154154
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 */
158157
159158 #define I2C_ALGO_EXP 0x800000 /* experimental */
160159
Show on old repository browser