X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8..refs/heads/ProMicro:/Demos/Device/LowLevel/GenericHID/GenericHID.txt diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.txt b/Demos/Device/LowLevel/GenericHID/GenericHID.txt index db8eb1cec..0d780f49d 100644 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.txt +++ b/Demos/Device/LowLevel/GenericHID/GenericHID.txt @@ -10,10 +10,13 @@ * * The following list indicates what microcontrollers are compatible with this demo. * - * - Series 7 USB AVRs (AT90USBxxx7) - * - Series 6 USB AVRs (AT90USBxxx6) - * - Series 4 USB AVRs (ATMEGAxxU4) - * - Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) + * \li Series 7 USB AVRs (AT90USBxxx7) + * \li Series 6 USB AVRs (AT90USBxxx6) + * \li Series 4 USB AVRs (ATMEGAxxU4) + * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) + * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBx) + * \li Series C XMEGA AVRs (ATXMEGAxxxCx) * * \section Sec_Info USB Information: * @@ -38,7 +41,7 @@ * USBIF HID Usage Tables * *
Define Name: | - *Location: | - *Description: | + *Define Name: | + *Location: | + *Description: | *
---|---|---|---|---|---|
GENERIC_REPORT_SIZE | - *Descriptors.h | - *This token defines the size of the device reports, both sent and received. The value must be an - * integer ranging from 1 to 255. | + *AppConfig.h | + *This token defines the size of the device reports, both sent and received (including report ID byte). The value + * must be an integer ranging from 1 to 255. | *