Add a new method to the USB host driver interface: getdevinfo. This method...
Add a new method to the USB host driver interface: getdevinfo. This method will return information about the currently connected device. At present, it only returns the device speed. The speed is needed by the enumeration logic in order to set a credible initial EP0 max packet size
Showing
- ChangeLog 7 additions, 1 deletionChangeLog
- Documentation/NuttxPortingGuide.html 4 additions, 3 deletionsDocumentation/NuttxPortingGuide.html
- arch/arm/src/lpc17xx/lpc17_usbhost.c 40 additions, 6 deletionsarch/arm/src/lpc17xx/lpc17_usbhost.c
- arch/arm/src/sama5/sam_ehci.c 61 additions, 0 deletionsarch/arm/src/sama5/sam_ehci.c
- arch/arm/src/sama5/sam_ohci.c 34 additions, 0 deletionsarch/arm/src/sama5/sam_ohci.c
- arch/arm/src/stm32/stm32_otgfshost.c 34 additions, 0 deletionsarch/arm/src/stm32/stm32_otgfshost.c
- drivers/usbhost/usbhost_enumerate.c 40 additions, 4 deletionsdrivers/usbhost/usbhost_enumerate.c
- include/nuttx/usb/usbhost.h 45 additions, 3 deletionsinclude/nuttx/usb/usbhost.h
Loading
Please register or sign in to comment