Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state.
CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker). The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
This commit is contained in:
parent
6783bc4594
commit
064e6a2f32
15 changed files with 711 additions and 269 deletions
|
@ -36,6 +36,7 @@
|
|||
* - Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles
|
||||
* - The HID report parser now always processed FEATURE items - HID_ENABLE_FEATURE_PROCESSING token now has no effect
|
||||
* - The HID report parser now always ignores constant-data items, HID_INCLUDE_CONSTANT_DATA_ITEMS token now has no effect
|
||||
* - The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
|
||||
|
@ -54,6 +55,7 @@
|
|||
* routine, so that ignored callbacks don't cause incorrect data to be sent
|
||||
* - Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header
|
||||
* - Fixed error in PrinterHost preventing the full page data from being sent to the attached device
|
||||
* - CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker)
|
||||
*
|
||||
*
|
||||
* \section Sec_ChangeLog090810 Version 090810
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
* - Bicycle POV: http://www.code.google.com/p/bicycleledpov/
|
||||
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
|
||||
* - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller - http://noisybox.net/electronics/wingdinger/
|
||||
* - Garmin GPS USB to NMEA standard serial sentence translator: http://github.com/nall/garmin-transmogrifier/tree/master
|
||||
* - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/
|
||||
* - Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/
|
||||
* - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm
|
||||
|
@ -51,4 +52,5 @@
|
|||
* - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en
|
||||
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
|
||||
* - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL
|
||||
* - BAP, A tiny LUFA based AVR Programmer: http://www.busware.de/tiki-index.php?page=BAP
|
||||
*/
|
|
@ -228,7 +228,7 @@
|
|||
* 0x2060
|
||||
* </td>
|
||||
* <td>
|
||||
* <i>Currently Unallocated</i>
|
||||
* <i>Benito Programmer Project</i>
|
||||
* </td>
|
||||
* </tr>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue