<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Device/LowLevel/DualCDC/DualCDC.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>Application documentation/comment cleanup.</title>
<updated>2009-10-08T07:18:28+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-10-08T07:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fc6669c1af3f3b740cdee1f76ebd506807ec62d1'/>
<id>urn:sha1:fc6669c1af3f3b740cdee1f76ebd506807ec62d1</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@862 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings.</title>
<updated>2009-08-06T14:30:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-06T14:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5535aee2416c3b3099c28063d4e8e42b1f1665fb'/>
<id>urn:sha1:5535aee2416c3b3099c28063d4e8e42b1f1665fb</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@726 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Changed over manual loops waiting for endpoints to be ready to use the library Endpoint_WaitUntilReady() function for robustness. Fixes issues with terminated transfers on the host locking up USB devices.</title>
<updated>2009-08-05T09:37:45+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-05T09:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0d6c50cee327d21ad784ddfff30133a5176773b9'/>
<id>urn:sha1:0d6c50cee327d21ad784ddfff30133a5176773b9</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@721 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>Better fix for LowLevel CDC demo issue where sending data before the line encoding is set will cause a failure of the host to open the port. Added fix to the DualCDC and USBtoSerial LowLevel demos.</title>
<updated>2009-08-04T08:36:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-08-04T08:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=440a21a5e782a41eb4fb8362cfbf605d8cbda0cf'/>
<id>urn:sha1:440a21a5e782a41eb4fb8362cfbf605d8cbda0cf</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@717 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new USB_DeviceState variable to keep track of the current Device mode USB state.</title>
<updated>2009-07-21T13:31:21+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-21T13:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5fcb069a4d0ce940617f03f6d1c76675de987939'/>
<id>urn:sha1:5fcb069a4d0ce940617f03f6d1c76675de987939</id>
<content type='text'>
Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers.

Removed vague USB_IsConnected global - test USB_DeviceState or USB_HostState explicitly to gain previous functionality.

Removed USB_IsSuspended global - test USB_DeviceState against DEVICE_STATE_Suspended instead.

Fixed possible enumeration errors from spinloops which may fail to exit if the USB connection is severed before the exit condition becomes true.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@676 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.</title>
<updated>2009-07-21T02:48:41+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-21T02:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=33f3ec44a4792d055ca4722a38b1e76d87cae5f0'/>
<id>urn:sha1:33f3ec44a4792d055ca4722a38b1e76d87cae5f0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@673 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Error status LEDs shown when device endpoint configuration fails to complete.</title>
<updated>2009-06-08T07:46:07+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-06-08T07:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3d3e75d9c6ec14591210d74ed862e7c567801ece'/>
<id>urn:sha1:3d3e75d9c6ec14591210d74ed862e7c567801ece</id>
<content type='text'>
MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@581 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Converted device mode low-level demos to schedulerless.</title>
<updated>2009-06-07T07:20:33+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-06-07T07:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9d5954a67ea00efe83b44ced6039a9257a6117f2'/>
<id>urn:sha1:9d5954a67ea00efe83b44ced6039a9257a6117f2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@579 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
