aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/HID.h
Commit message (Expand)AuthorAgeFilesLines
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-1/+3
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-3/+3
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-311-16/+16
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-0/+7
* Ensure that the previous HID reports in the HID device class driver are kept ...Dean Camera2009-07-301-1/+3
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-7/+14
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-2/+1
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+4
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-14/+14
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-34/+23
* Clean up RNDIS demo type define names.Dean Camera2009-06-191-1/+2
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-5/+47
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-49/+50
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-77/+6
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-5/+6
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-0/+1
* Completed documentation of the HID device class driver.Dean Camera2009-06-081-1/+21
* Finished CDC device class driver documentation.Dean Camera2009-06-081-1/+1
* Synchronise with the 090605 release.Dean Camera2009-06-051-0/+3
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-051-5/+24
* Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean Camera2009-06-041-0/+16
* Minor documentation page updates.Dean Camera2009-06-041-0/+10
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-2/+1
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+115