Dean Camera
|
25ddbb9e3b
|
Adjust endpoint polling intervals for HID demos, to make them compliant with the 10ms minimum polling period for Low Speed devices.
|
2009-08-13 08:26:59 +00:00 |
Dean Camera
|
99abd1a8b7
|
Added explicit attribute masks to the device mode demos' descriptors.
|
2009-08-13 08:14:16 +00:00 |
Dean Camera
|
6f4cc344ab
|
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
|
2009-08-02 23:14:30 +00:00 |
Dean Camera
|
d6543dee0d
|
Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve performance.
Fixed error in GenericHID descriptors preventing it from passing the USB-IF HID tests (thanks to Søren Greiner).
|
2009-07-16 15:00:10 +00:00 |
Dean Camera
|
3cbdcd3686
|
Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
|
2009-06-26 11:43:56 +00:00 |
Dean Camera
|
b9b03aadb2
|
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
|
2009-06-05 07:16:33 +00:00 |