I am currently working with an NXP development board (evk 8mn) running Android 13 BSP, and I am experiencing an issue where ADB does not work when the Android device is connected through a USB Hub. When I connect my Android device directly to the USB port, ADB works perfectly, and I can see the device listed via adb devices. However, when I connect the Android device through a USB Hub, while other USB devices such as a mouse or a USB flash drive are recognized, ADB does not respond, and the Android device is not listed in ADB.
Additionally, I have tried several USB Hubs, including powered ones, but the problem persists.
Has anyone experienced similar issues, or does anyone have suggestions on how to debug or resolve this ADB connectivity issue when using a USB Hub? Any help or guidance would be greatly appreciated.
Thank you in advance!