|
|
|
@ -193,8 +193,10 @@
|
|
|
|
|
* to the user application for other recipients via the
|
|
|
|
|
* \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
|
|
|
|
|
* device mode. */
|
|
|
|
|
REQ_GetDescriptor = 6, /**< Implemented in the library for all recipients and all request
|
|
|
|
|
* types. */
|
|
|
|
|
REQ_GetDescriptor = 6, /**< Implemented in the library for device and interface recipients. Passed to the
|
|
|
|
|
* user application for other recipients via the
|
|
|
|
|
* \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
|
|
|
|
|
* device mode. */
|
|
|
|
|
REQ_SetDescriptor = 7, /**< Not implemented in the library, passed to the user application
|
|
|
|
|
* via the \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
|
|
|
|
|
* device mode. */
|
|
|
|
|