X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..1d8bb8f9bc90a492073b93ef3b422ac947c873e7:/Demos/Device/ClassDriver/GenericHID/GenericHID.txt diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt index a40b78b1f..fe46abdfc 100644 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.txt +++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.txt @@ -6,6 +6,15 @@ /** \mainpage Generic HID Device * + * \section SSec_Compat Demo Compatibility: + * + * The following list indicates what microcontrollers are compatible with this demo. + * + * - Series 7 USB AVRs + * - Series 6 USB AVRs + * - Series 4 USB AVRs + * - Series 2 USB AVRs + * * \section SSec_Info USB Information: * * The following table gives a rundown of the USB utilization of this demo. @@ -25,11 +34,13 @@ * * * Relevant Standards: - * USBIF HID Specification, USBIF HID Usage Tables + * USBIF HID Specification \n + * USBIF HID Usage Tables * * * Usable Speeds: - * Low Speed Mode, Full Speed Mode + * Low Speed Mode \n + * Full Speed Mode * * * @@ -37,8 +48,8 @@ * * Generic HID device demonstration application. This gives a simple reference application * for implementing a generic HID device, using the basic USB HID drivers in all modern - * OSes (i.e. no special drivers required). It accepts and sends up to 255 byte reports to - * and from a USB Host, and by default transmits the last sent report back to the host. + * OSes (i.e. no special drivers required). By default it accepts and sends up to 8 byte reports + * to and from a USB Host, and transmits the last sent report back to the host. * * On start-up the system will automatically enumerate and function as a vendor HID device. * When controlled by a custom HID class application, reports can be sent and received by