X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e53c120a2240549d42d98be92f25d6e92caeab0a..4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc:/LUFA/Drivers/USB/HighLevel/Events.h diff --git a/LUFA/Drivers/USB/HighLevel/Events.h b/LUFA/Drivers/USB/HighLevel/Events.h index 1e03e7b48..89eb6419d 100644 --- a/LUFA/Drivers/USB/HighLevel/Events.h +++ b/LUFA/Drivers/USB/HighLevel/Events.h @@ -192,9 +192,14 @@ * be a standard request that the library has no handler code for, or a class specific request * issued to the device which must be handled appropriately. * - * This event is time-critical; eack packet within the request transaction must be acknowedged or + * This event is time-critical; each packet within the request transaction must be acknowledged or * sent within 50ms or the host will abort the transfer. * + * The library interally handles all standard control requests with the exceptions of SYNC FRAME, + * SET DESCRIPTOR and SET INTERFACE. These and all other non-standard control requests will be left + * for the user to process via this event if desired. If not handled in the user application, requests + * are automatically STALLed. + * * \note This event does not exist if the USB_HOST_ONLY token is supplied to the compiler (see * \ref Group_USBManagement documentation). * @@ -258,7 +263,7 @@ void EVENT_USB_Device_Reset(void); /** Event for USB Start Of Frame detection, when enabled. This event fires at the start of each USB - * frame, once per millisecond, and is synchronised to the USB bus. This can be used as an accurate + * frame, once per millisecond, and is synchronized to the USB bus. This can be used as an accurate * millisecond timer source when the USB bus is enumerated in device mode to a USB host. * * This event is time-critical; it is run once per millisecond and thus long handlers will significantly