Fixed bug #885.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10567 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5100d6afbf
commit
66cf5195f9
|
@ -125,6 +125,7 @@ static bool default_handler(USBDriver *usbp) {
|
|||
#endif
|
||||
return true;
|
||||
case (uint32_t)USB_RTYPE_RECIPIENT_DEVICE | ((uint32_t)USB_REQ_GET_DESCRIPTOR << 8):
|
||||
case (uint32_t)USB_RTYPE_RECIPIENT_INTERFACE | ((uint32_t)USB_REQ_GET_DESCRIPTOR << 8):
|
||||
/* Handling descriptor requests from the host.*/
|
||||
dp = usbp->config->get_descriptor_cb(usbp, usbp->setup[3],
|
||||
usbp->setup[2],
|
||||
|
|
|
@ -115,6 +115,8 @@
|
|||
dependencies and configuration directories. This makes possible
|
||||
to have multiple non-conflicting makefiles in the same project.
|
||||
Updated the various platform.mk implementing "smart build" mode.
|
||||
- HAL: Fixed USB GET_DESCRIPTOR not handled for Interface Recipients (bug #885)
|
||||
(backported to 17.6.1 and 16.1.9).
|
||||
- HAL: Fixed error in uartReceiveTimeout() and uartSendTimeout() (bug #883)
|
||||
(backported to 17.6.1 and 16.1.9).
|
||||
- HAL: Fixed TIMx DBL field macro broken (bug #880)(backported
|
||||
|
|
Loading…
Reference in New Issue