]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: Add DEV_FLAGS_DM to stdio for USB keyboard
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:19 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commit010c44926386254ce7a6ec20bc75ffd5196be85c
tree3f04b3a0bfedbd15495f800e622fa3007da2c677
parent90afded462fd5aa01c114f5e40c34bb5b23deba7
usb: Add DEV_FLAGS_DM to stdio for USB keyboard

This device contains a pointer to struct udevice so set the flag
indicating that, just to be tidy.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/usb_kbd.c