Dean Camera
|
e875d7cf9f
|
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
|
2012-04-25 18:28:56 +00:00 |
Dean Camera
|
47f6a35013
|
Reintegrate the FullEPAddresses development branch into trunk.
|
2012-04-14 14:41:17 +00:00 |
Dean Camera
|
b3aaffb792
|
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
|
2012-03-29 19:41:05 +00:00 |
Dean Camera
|
77adb2ba52
|
Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
|
2012-03-14 22:12:40 +00:00 |
Dean Camera
|
4068efbd18
|
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.
|
2012-02-20 18:47:25 +00:00 |
Dean Camera
|
6c738343ae
|
Update trunk post-120219 release.
|
2012-02-19 17:05:10 +00:00 |
Dean Camera
|
9a6c6c786e
|
Commit for the 120219 release.
|
2012-02-19 17:00:46 +00:00 |
Dean Camera
|
a147cee95f
|
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
|
2012-01-28 18:07:35 +00:00 |
Dean Camera
|
3038ea1c6e
|
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
|
2012-01-02 05:43:23 +00:00 |
Dean Camera
|
eb2e883fd3
|
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
|
2011-11-18 06:26:51 +00:00 |
Dean Camera
|
3e04487279
|
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).
|
2011-11-16 08:19:34 +00:00 |
Dean Camera
|
e9029d49d5
|
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
|
2011-10-18 11:35:04 +00:00 |