the following patch was just integrated into master: commit cd587f110bec55ff24a73a775a8c757332715f3f Author: Nico Huber nico.huber@secunet.com Date: Fri Nov 23 13:18:13 2012 +0100
libpayload: Make USB HID support multiple keyboards
The USB HID driver had some static variables with keyboard state. This moves them to the driver's instance, so multiple attached keyboards don't effect each other.
Change-Id: I3f1ccfdea95062b443cebe510abf2f72fdeb1916 Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: http://review.coreboot.org/1907 Reviewed-by: Patrick Georgi patrick@georgi-clan.de Tested-by: build bot (Jenkins)
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Fri Nov 23 15:24:22 2012, giving +2 See http://review.coreboot.org/1907 for details.
-gerrit