aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/HID.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-4/+8
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-7/+7
* Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...Dean Camera2010-09-241-2/+3
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-15/+8
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+1
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-14/+14
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-194/+194
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-071-2/+1
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-201-3/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+2
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-6/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-231-2/+4
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-1/+1
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-1/+2
* Make HID device class driver ignore the previous HID report comparison buffer...Dean Camera2009-10-261-4/+7
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-261-0/+3
* Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean Camera2009-08-271-4/+4
* Fixed Device mode HID Class driver always sending IN reports, even when no da...Dean Camera2009-08-271-3/+3
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-12/+5
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+1
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-311-9/+9
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-0/+6
* Ensure that the previous HID reports in the HID device class driver are kept ...Dean Camera2009-07-301-4/+2
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-10/+15
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-9/+5
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-1/+1
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+1
* Fix HID class device driver -- if a SetIDle request is issued with the LSB of...Dean Camera2009-07-151-8/+15
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-3/+3
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-17/+17
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+5
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-6/+6
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-051-32/+13
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-22/+4
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+211