aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HID.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-1/+1
* Add missing function attributes.Dean Camera2011-07-121-2/+2
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-111-6/+6
* Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...Dean Camera2011-07-051-2/+2
* Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean Camera2011-07-041-1/+2
* Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean Camera2011-07-041-0/+16
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-2/+2
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-1/+1
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-3/+3
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fixed HID hpst class driver incorrectly binding to HID devices that do not ha...Dean Camera2010-12-021-1/+4
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-12/+36
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-13/+17
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-2/+2
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-42/+43
* Whitespace corrections.Dean Camera2010-10-011-11/+11
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-35/+11
* Fix incorrectly named configuration descriptor callback routines in the host ...Dean Camera2010-09-301-6/+12
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-22/+56
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-14/+12
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-4/+10
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-10/+10
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-362/+362
* Fixed Host mode HID class driver not sending the correct report type when HID...Dean Camera2010-05-041-1/+1
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-241-2/+3
* Fix HID Host Class driver sending incorrect ReportType values to the device w...Dean Camera2010-02-141-2/+2
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-0/+3
* 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
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-7/+1
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-2/+2
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-3/+5
* Add const attribute to class driver APIs.Dean Camera2009-11-031-3/+3
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-301-24/+39
* Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ...Dean Camera2009-09-301-1/+1
* Fix incorrect names for the HID Host protocol setting routines.Dean Camera2009-09-241-2/+2
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-0/+5
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-56/+60
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-7/+9
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-11/+7
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-3/+98
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-3/+10
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-4/+54