Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-05-09 16:23:19 -06:00
parent c516a11321
commit bd437bfb03
2 changed files with 3 additions and 2 deletions

View File

@ -10338,3 +10338,5 @@
FLASH on the C139 phone. From Craig Comstock (2015-05-08).
* STM32 F3: Add DBGMCU register definitions for the F3 family. From
Greg Meiste (2015-05-09).
* arch/arm/src/stm32/chip/stm32_exti.h: Add EXTI line definitions for
the STM32L family (2015-05-09).

View File

@ -1386,9 +1386,8 @@ static int usbhost_cfgdesc(FAR struct usbhost_cdcacm_s *priv,
if (currif == USBHOST_DATAIF_FOUND &&
(epdesc->attr & USB_EP_ATTR_XFERTYPE_MASK) == USB_EP_ATTR_XFER_BULK)
{
/* Yes.. Did we find the data interface? */
/* Yes.. it is a bulk endpoint. IN or OUT? */
if (USB_ISEPOUT(epdesc->addr))
{
/* It is an OUT bulk endpoint. There should be only one