]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: Drop old non-DM code
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:17 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:00:59 +0000 (13:00 -0600)
commit4048219957fec6da92def7ca88ebf3836574856e
treee7974c25c4092cf50fec212bcb8e7e690fbf2927
parenta3fab7d1fb5d8daf762c9d6bfae3069f742c579e
usb: Drop old non-DM code

The driver model deadline for USB was in 2019, so drop the old USB
keyboard code, to avoid needing to deal with the extra code path.

Drop the unnecessary #ifdef around USB_KBD_BOOT_REPORT_SIZE while we
are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/usb.c
common/usb_kbd.c
drivers/usb/Kconfig
include/usb.h