mirror of
https://xff.cz/git/u-boot/
synced 2026-01-19 19:17:22 +01:00
Switch USB keyboards over to use driver model instead of scanning with the horrible usb_get_dev_index() function. This involves creating a new uclass for keyboards, although so far there is no API. Signed-off-by: Simon Glass <sjg@chromium.org>