<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Device/ClassDriver/DualCDC/Descriptors.c, 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-12-07T04:18:07+00:00</updated>
<entry>
<title>Rename CDC demos to VirtualSerial.</title>
<updated>2009-12-07T04:18:07+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-12-07T04:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=13eaea0d3e9e4d7d26e7d93ad19b6a4ffca3ca59'/>
<id>urn:sha1:13eaea0d3e9e4d7d26e7d93ad19b6a4ffca3ca59</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@953 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.</title>
<updated>2009-09-01T11:16:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-01T11:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f08dda5536738a882927b6071fbea70e4979f505'/>
<id>urn:sha1:f08dda5536738a882927b6071fbea70e4979f505</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@802 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added explicit attribute masks to the device mode demos' descriptors.</title>
<updated>2009-08-13T08:14:16+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-13T08:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e0a22e2f642b1ba68bb79f8e34c2a8c8872313a4'/>
<id>urn:sha1:e0a22e2f642b1ba68bb79f8e34c2a8c8872313a4</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@738 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>Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it.</title>
<updated>2009-06-21T09:22:31+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-06-21T09:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2edbbc057a17f192e668ea14d43e647eb3fbc1fb'/>
<id>urn:sha1:2edbbc057a17f192e668ea14d43e647eb3fbc1fb</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@622 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Some minor whitespace corrections.</title>
<updated>2009-06-11T01:52:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-06-11T01:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=40accdc201121938753070ecf3161030b0215947'/>
<id>urn:sha1:40accdc201121938753070ecf3161030b0215947</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@590 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.</title>
<updated>2009-06-05T07:16:33+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-06-05T07:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c717ba06f6092bb904e0bd62e50abe1f57874bbb'/>
<id>urn:sha1:c717ba06f6092bb904e0bd62e50abe1f57874bbb</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@572 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
