]> git.proxmox.com Git - qemu.git/commit - hw/i2c.c
fix I2C slave addressing
authorJuha Riihimäki <Juha.Riihimaki@nokia.com>
Mon, 8 Jun 2009 06:27:19 +0000 (09:27 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 2 Dec 2009 16:26:19 +0000 (17:26 +0100)
commitb3a219883ebe21f55a8ee5e7e5b38b9eb309e9c0
tree56e6cc32df8b21b1d8e48a8b0fdeb354280a66bd
parent51954d565fc5566897f6a6d90feb62e4944cebc5
fix I2C slave addressing

With the recent device handling changes the I2C slave addressing code
was broken. With current code, if a slave with the correct address is

not found on the bus the last scanned slave on the bus will be
addressed. This is wrong. Please find attached a patch to fix it.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Acked-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/i2c.c