<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Device/LowLevel/CDC, 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>Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.</title>
<updated>2009-11-03T12:12:07+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-03T12:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=04dfe1853c1317b553f5baddd81da4d34cad3f38'/>
<id>urn:sha1:04dfe1853c1317b553f5baddd81da4d34cad3f38</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@874 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix invalid Event name rule in demo/project makefiles.</title>
<updated>2009-10-16T08:04:51+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-10-16T08:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f9f8f39ae8f1b192dc5648a8a0a3c6d35c2b8e2f'/>
<id>urn:sha1:f9f8f39ae8f1b192dc5648a8a0a3c6d35c2b8e2f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@867 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.</title>
<updated>2009-10-12T05:59:55+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-10-12T05:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6a652c60f3e3f3021fc0d22aa371c1de613e6ee5'/>
<id>urn:sha1:6a652c60f3e3f3021fc0d22aa371c1de613e6ee5</id>
<content type='text'>
Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@865 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>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 Host mode Class driver demo summaries.</title>
<updated>2009-09-09T04:22:49+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-09T04:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e8499094d3c9be1960e9382d7b9aa383437ff20c'/>
<id>urn:sha1:e8499094d3c9be1960e9382d7b9aa383437ff20c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@818 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove information about 64 bit Windows OS signing requirements for the CDC based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements.</title>
<updated>2009-09-07T08:11:17+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-07T08:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=07e9e35243f4c8af827f7543d64a1e21e3d9b055'/>
<id>urn:sha1:07e9e35243f4c8af827f7543d64a1e21e3d9b055</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@815 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>Added 64 bit OS driver installation instructions to the readme for all CDC based projects.</title>
<updated>2009-09-06T04:22:46+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-09-06T04:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=243c8b2d657dc2b5b1d5edd912341c14ca43505f'/>
<id>urn:sha1:243c8b2d657dc2b5b1d5edd912341c14ca43505f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@811 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
