<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Device/ClassDriver/CDC/CDC.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>Minor code cleanups for clarity.</title>
<updated>2009-11-11T09:09:39+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-11T09:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e5f4e821a51f5b0dd44fe601df8bffcf1b635b8c'/>
<id>urn:sha1:e5f4e821a51f5b0dd44fe601df8bffcf1b635b8c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@892 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances.</title>
<updated>2009-11-10T06:22:03+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-10T06:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=42cb45404b9deeebab4abb3bf1f00232de0fdaa1'/>
<id>urn:sha1:42cb45404b9deeebab4abb3bf1f00232de0fdaa1</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@890 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level.</title>
<updated>2009-11-06T13:43:18+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-06T13:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=25c09f913020b5442eadf5c9fa4638ee52b98240'/>
<id>urn:sha1:25c09f913020b5442eadf5c9fa4638ee52b98240</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@882 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>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 to HID device mode Class driver, so that new reports are compared against the old, and updated reports made within the idle period are sent immediately to the host.</title>
<updated>2009-07-30T14:35:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-30T14:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6ba7e9e96d86819a418d136da5e243f1b33da12f'/>
<id>urn:sha1:6ba7e9e96d86819a418d136da5e243f1b33da12f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@704 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor cleanups to DualCDC ClassDriver device demo for clarity.</title>
<updated>2009-07-30T14:12:00+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-30T14:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e4ff62f7f92ce3877332c7ee3d7d3e24e5ac42a7'/>
<id>urn:sha1:e4ff62f7f92ce3877332c7ee3d7d3e24e5ac42a7</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@703 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added standard stream example to the ClassDriver CDC device demo.</title>
<updated>2009-07-30T10:54:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-30T10:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=a531539d8f6eef2eafe2e6487890dd99eb5527b8'/>
<id>urn:sha1:a531539d8f6eef2eafe2e6487890dd99eb5527b8</id>
<content type='text'>
Fix incorrect HWB button mask in the STK526 Buttons driver.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@700 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.</title>
<updated>2009-07-27T23:19:17+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-27T23:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=bef64e94e8cf3500a99c2f1cd5ab7966d7811f6c'/>
<id>urn:sha1:bef64e94e8cf3500a99c2f1cd5ab7966d7811f6c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@689 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
