<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/ManPages/FutureChanges.txt, branch LUFA-111009</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</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-111009'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2011-07-12T10:11:52+00:00</updated>
<entry>
<title>Minor documentation fixes.</title>
<updated>2011-07-12T10:11:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-12T10:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=28ae1486061169be0b801e6f31741edeae570dc5'/>
<id>urn:sha1:28ae1486061169be0b801e6f31741edeae570dc5</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1865 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>Oops: Fix compile error in the low level KeyboardMouse demo.</title>
<updated>2011-07-02T08:40:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-02T08:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c4c6b4e404a03108d96d1e8dcde6be8eb28ffbb5'/>
<id>urn:sha1:c4c6b4e404a03108d96d1e8dcde6be8eb28ffbb5</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1839 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.</title>
<updated>2011-06-27T05:57:25+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-27T05:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=795ea85286dbecd4b8385a07990fa3cae13dd73c'/>
<id>urn:sha1:795ea85286dbecd4b8385a07990fa3cae13dd73c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1824 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix incorrect printf format specifier in the HIDReportViewer project.</title>
<updated>2011-06-20T01:33:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-20T01:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3f33944d3f647c8d296cde5382b5ea0da64d15ed'/>
<id>urn:sha1:3f33944d3f647c8d296cde5382b5ea0da64d15ed</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1812 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add new incomplete HIDReportViewer project.</title>
<updated>2011-06-16T13:37:45+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-16T13:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=42d15ff88ba2122f2bf02be1e9a0bb936eb77133'/>
<id>urn:sha1:42d15ff88ba2122f2bf02be1e9a0bb936eb77133</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1806 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.</title>
<updated>2011-06-16T06:49:08+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-16T06:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=a39a6927a6baefe3b7c77d09479714776f8533f4'/>
<id>urn:sha1:a39a6927a6baefe3b7c77d09479714776f8533f4</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1803 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix compile errors when both Host and Device modes are enabled.</title>
<updated>2011-06-09T04:32:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-09T04:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dbbbc195dcfdf56e797c0431e10ee50329760d23'/>
<id>urn:sha1:dbbbc195dcfdf56e797c0431e10ee50329760d23</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1796 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new Host mode Audio Class driver.</title>
<updated>2011-06-08T01:26:52+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-08T01:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b547c12a62bcf001d64c1c4d40390464ebf08d12'/>
<id>urn:sha1:b547c12a62bcf001d64c1c4d40390464ebf08d12</id>
<content type='text'>
Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1791 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.</title>
<updated>2011-06-07T02:05:19+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-07T02:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=086160402a4d6300c0684f2e416124ab84f54b4a'/>
<id>urn:sha1:086160402a4d6300c0684f2e416124ab84f54b4a</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1787 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
