commit | cbb44514048a250647c6c6b3df27ff62cb71f7d5 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Nov 23 11:33:07 2011 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Wed Nov 23 11:33:07 2011 +0100 |
tree | 47b64df0a06edd7f7eca94d2f9f8d08f070b1ef5 | |
parent | cc6bcf7d2ec2234e7b41770185e4dc826390185e [diff] |
i2c: Fix device name for 10-bit slave address 10-bit addresses overlap with traditional 7-bit addresses, leading in device name collisions. Add an arbitrary offset to 10-bit addresses to prevent this collision. The offset was chosen so that the address is still easily recognizable. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Wolfram Sang <w.sang@pengutronix.de>