commit | 463a56b371617e21bf792277c8653d3f5f4e8034 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:17 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:00:59 2024 -0600 |
tree | e7974c25c4092cf50fec212bcb8e7e690fbf2927 | |
parent | 22c93da1176ad6e0de6b3ef1bff7888ae54d759e [diff] |
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>