Resolved! Why does the USB mouse not work on STM32MP157 USB1?
We have a design with a USB HOST, the schematic is shown below, And the system is Linux 4.19. We have add some configuration about USB HID as below: 2 CONFIG_HID=y 3 CONFIG_HID_GENERIC=y 4 CONFIG_USB_HID=y 5 CONFIG_USB_HIDDEV=y 6 CONFIG_USB_KBD=y 7 ...