aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-0/+3
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-22/+33
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-167/+167
* 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
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-041-2/+2
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-3/+3
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-2/+2
* Oops - with new changes to the way the device Configuration Descriptor is ret...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-21/+16
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-2/+0
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-1/+1
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+174