Hello Team, I am currently implementing USB Hub support for RX65N target
I have a query regarding the device node creation of USB Hub during enumeration process. When USB HID keyboard device is connected, the device node /kbda is created and registered during enumeration. When USB MSC storage device is connected, the device node /sda is created and registered during enumeration. When the USB external hub device is connected, there will be no device node created for USB hub device due to the following reason : usbhost_mkdevname() and register_driver() are not invoked for USB Hub. There will be no entry available in /dev directory for the USB Hub device. Is my understanding correct? Is this the expected behaviour of NuttX? Regards, Anjana ________________________________ Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient of this message , or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited. Email transmission cannot be guaranteed to be secure or error-free, as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender, therefore, does not accept liability for any errors, omissions or contaminations in the contents of this message which might have occurred as a result of email transmission. If verification is required, please request for a hard-copy version. ________________________________