<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/OTG/TestApp, branch master</title>
<subtitle>fork to update the benito, midimonster and other suspect devices products</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2009-09-29T07:13:42+00:00</updated>
<entry>
<title>Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.</title>
<updated>2009-09-29T07:13:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-29T07:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=23792fc9e8b4a623cbf30a520d1b853e8a20f3c5'/>
<id>urn:sha1:23792fc9e8b4a623cbf30a520d1b853e8a20f3c5</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@847 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.</title>
<updated>2009-09-09T13:17:04+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-09T13:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7d2656a46f399b55a744df3ed8b2c53ba8d23364'/>
<id>urn:sha1:7d2656a46f399b55a744df3ed8b2c53ba8d23364</id>
<content type='text'>
Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@820 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project.</title>
<updated>2009-09-06T05:58:40+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-06T05:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3161ba9bd3cdcecd1a305197d8bc057d5a2ad571'/>
<id>urn:sha1:3161ba9bd3cdcecd1a305197d8bc057d5a2ad571</id>
<content type='text'>
Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.)

Fix allowable F_CPU values comment in project makefiles.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@812 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.</title>
<updated>2009-08-06T14:22:04+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-06T14:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=34df3ff005065a14177ec57267fd93c2ed30f31d'/>
<id>urn:sha1:34df3ff005065a14177ec57267fd93c2ed30f31d</id>
<content type='text'>
Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@725 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.</title>
<updated>2009-08-05T06:36:31+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-05T06:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=26d753d14d7d748fb5426f6a7b0c611177180b19'/>
<id>urn:sha1:26d753d14d7d748fb5426f6a7b0c611177180b19</id>
<content type='text'>
Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.

Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@718 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix build error in TestApp demo caused by previous commit.</title>
<updated>2009-08-02T23:17:47+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-02T23:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=17b7d8faf0f1d17fb64c85c9f17454b7b09854cd'/>
<id>urn:sha1:17b7d8faf0f1d17fb64c85c9f17454b7b09854cd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@713 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>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.</title>
<updated>2009-08-02T23:14:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-02T23:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dd9759b75d0391b7d407f12444b5b4f041b5a336'/>
<id>urn:sha1:dd9759b75d0391b7d407f12444b5b4f041b5a336</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@712 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Change project makefiles so that the current target settings and not just the board selection is printed during the build process.</title>
<updated>2009-07-28T13:53:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-28T13:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fcb449eb7861f2268515eff6640c07559f689c73'/>
<id>urn:sha1:fcb449eb7861f2268515eff6640c07559f689c73</id>
<content type='text'>
Fix warning in AudioOutput demos when AUDIO_OUT_STEREO output mode is selected.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@694 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories.</title>
<updated>2009-07-20T14:07:02+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-20T14:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f97c66dcf7c89a9763dd50be5be0e8b70b530ef3'/>
<id>urn:sha1:f97c66dcf7c89a9763dd50be5be0e8b70b530ef3</id>
<content type='text'>
Fix missing Doxygen documentation in the Class Driver Mass Storage Device demo.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@668 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added error codes to most StillImageHost demo commands.</title>
<updated>2009-07-20T02:27:32+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-20T02:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6f7ad1d5cff3dc975bb6a63766ca11ef7ddd3283'/>
<id>urn:sha1:6f7ad1d5cff3dc975bb6a63766ca11ef7ddd3283</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@659 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
