aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Descriptors.c
Commit message (Expand)AuthorAgeFilesLines
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-2/+2
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-10/+10
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-247/+247
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-221-4/+4
* Update copyright year to 2010.Dean Camera2009-12-301-3/+3
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-1/+1
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+1
* Extend the automatic serial number descriptor code to read out and send all 1...Dean Camera2009-07-281-1/+1
* Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i...Dean Camera2009-07-161-1/+1
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-2/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-1/+1
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-1/+1
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-7/+7
* Renamed the the TotalHIDReports element of the HID descriptor structure in th...Dean Camera2009-05-071-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+1
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-221-1/+1
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-49/+49
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Fixed MagStripe keyboard interface polling interval, increased to 4ms from 2m...Dean Camera2009-03-291-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+247