<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Projects, branch LUFA-111009-QA</title>
<subtitle>fork to update the benito, midimonster and other suspect devices products</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-111009-QA</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-111009-QA'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2011-09-13T08:21:07+00:00</updated>
<entry>
<title>Commit LUFA-111009-QA tag for QA testing before moving into beta phase.</title>
<updated>2011-09-13T08:21:07+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-09-13T08:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2b1f6dd63e3a9ae5ed2ab9d4aeabd60eab7c6c10'/>
<id>urn:sha1:2b1f6dd63e3a9ae5ed2ab9d4aeabd60eab7c6c10</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-111009-QA@1923 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor demo/project documentation and style fixes.</title>
<updated>2011-07-11T05:49:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-11T05:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7106f5e2c0e2a53ff3bda55ce3df1ac6f8b57485'/>
<id>urn:sha1:7106f5e2c0e2a53ff3bda55ce3df1ac6f8b57485</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1853 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing device deconfiguration-on-error statements to the host mode demos and projects.</title>
<updated>2011-07-08T07:56:40+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-08T07:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fa54581f86a9f2ab71dbddee22d3cfd0ed4a004b'/>
<id>urn:sha1:fa54581f86a9f2ab71dbddee22d3cfd0ed4a004b</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1851 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.</title>
<updated>2011-07-08T07:25:56+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-08T07:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fb73bc5482a49a70116ed59e38fca426b262929c'/>
<id>urn:sha1:fb73bc5482a49a70116ed59e38fca426b262929c</id>
<content type='text'>
Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device.

Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*.

Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required.

Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required.

Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1850 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.</title>
<updated>2011-07-06T02:10:01+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-06T02:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2aff3d148fb12644214b51c6839744f4044cf1f5'/>
<id>urn:sha1:2aff3d148fb12644214b51c6839744f4044cf1f5</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1845 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.</title>
<updated>2011-07-04T09:19:37+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-04T09:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=bb6b4df34f8e1591f46c4e2936c380efaf32d71c'/>
<id>urn:sha1:bb6b4df34f8e1591f46c4e2936c380efaf32d71c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1841 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.</title>
<updated>2011-07-01T05:26:25+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-01T05:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e2b5731873403278cb6600f7577aa5d4d727762c'/>
<id>urn:sha1:e2b5731873403278cb6600f7577aa5d4d727762c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1837 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor documentation fix for the RelayBoard project.</title>
<updated>2011-06-30T12:27:01+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-30T12:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=8a322bc60a7aa9fee876c01093dc31ce0effc959'/>
<id>urn:sha1:8a322bc60a7aa9fee876c01093dc31ce0effc959</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1836 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add new "checksource" target to the library makefiles, for automated source file existance checking.</title>
<updated>2011-06-20T14:38:21+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-20T14:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=1601e1be4436a02bd497f5c9753c317ec508b3cb'/>
<id>urn:sha1:1601e1be4436a02bd497f5c9753c317ec508b3cb</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1821 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Split HIDReportViewer project sub-components into seperate functions for readability/convenience.</title>
<updated>2011-06-20T02:36:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-20T02:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=889f2d9f5a681d93a94fafb8a3f09a4d698f4854'/>
<id>urn:sha1:889f2d9f5a681d93a94fafb8a3f09a4d698f4854</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1817 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
