mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support. Along with that specific peripheral drivers also need to define a function to let the framework know that the enumeration has happened at high speed. This function prototype is "int is_usbd_high_speed(void)" Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com> |
||
|---|---|---|
| .. | ||
| config.c | ||
| core.c | ||
| designware_udc.c | ||
| ep0.c | ||
| ep0.h | ||
| epautoconf.c | ||
| ether.c | ||
| gadget_chips.h | ||
| Makefile | ||
| mpc8xx_udc.c | ||
| mv_udc.c | ||
| ndis.h | ||
| omap1510_udc.c | ||
| pxa27x_udc.c | ||
| regs-otg.h | ||
| rndis.c | ||
| rndis.h | ||
| s3c_udc_otg.c | ||
| s3c_udc_otg_xfer_dma.c | ||
| usbstring.c | ||