<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.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>2012-04-14T14:41:17+00:00</updated>
<entry>
<title>Reintegrate the FullEPAddresses development branch into trunk.</title>
<updated>2012-04-14T14:41:17+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-04-14T14:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=94de7b022257ab85bcd7fc4d907e69d0f65c3505'/>
<id>urn:sha1:94de7b022257ab85bcd7fc4d907e69d0f65c3505</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update file contributor copyrights for 2012.</title>
<updated>2012-02-04T22:38:44+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-02-04T22:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=04d58a6cc1d3af30e49aa62ecf5be88f2baa5bec'/>
<id>urn:sha1:04d58a6cc1d3af30e49aa62ecf5be88f2baa5bec</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update file header copyrights for 2012.</title>
<updated>2012-02-04T22:32:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-02-04T22:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e31bbcccae17a8f3f4a3dea2b8c93c45acbedf64'/>
<id>urn:sha1:e31bbcccae17a8f3f4a3dea2b8c93c45acbedf64</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.</title>
<updated>2011-12-23T01:51:39+00:00</updated>
<author>
<name>dean</name>
<email>dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-12-23T01:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9b0c63fa0a32478a8f5bdd90a9ab4a23a19cb1f0'/>
<id>urn:sha1:9b0c63fa0a32478a8f5bdd90a9ab4a23a19cb1f0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 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>Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.</title>
<updated>2011-06-03T07:56:12+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-03T07:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=89cc9f3774fbd8f3f6c9ba5c1166542c63740bd0'/>
<id>urn:sha1:89cc9f3774fbd8f3f6c9ba5c1166542c63740bd0</id>
<content type='text'>
Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.

Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.

Fix broken LowLevel audio demo descriptors.

Minor documentation fixes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1779 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().</title>
<updated>2011-01-30T23:12:06+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-30T23:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ee56e212fec6a0487b491542094fd411ee511e7e'/>
<id>urn:sha1:ee56e212fec6a0487b491542094fd411ee511e7e</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1649 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.</title>
<updated>2011-01-30T19:47:31+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-30T19:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7ddd744fcae1d66f975b01ba9333d4a3e3862db6'/>
<id>urn:sha1:7ddd744fcae1d66f975b01ba9333d4a3e3862db6</id>
<content type='text'>
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.

Altered the serial byte receive function to make it non-blocking.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1646 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update copyright year on all source files.</title>
<updated>2011-01-01T13:00:56+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-01T13:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5ddfe82cb18542385fd5adecc98e124dd4d43212'/>
<id>urn:sha1:5ddfe82cb18542385fd5adecc98e124dd4d43212</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
