<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Host/StillImageHost/StillImageCommands.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-05-22T06:17:57+00:00</updated>
<entry>
<title>Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.</title>
<updated>2009-05-22T06:17:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-05-22T06:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dce556e0b070204b0d548e4712faa299c9c9f723'/>
<id>urn:sha1:dce556e0b070204b0d548e4712faa299c9c9f723</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@559 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix build errors in host demos due to usage of pipe error codes which have now been renamed.</title>
<updated>2009-05-03T14:34:20+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-05-03T14:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=cdc7b1254373d7d41829810cb98331c99403ffaa'/>
<id>urn:sha1:cdc7b1254373d7d41829810cb98331c99403ffaa</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@532 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode rather than having the library pass only partially read header data to the application.</title>
<updated>2009-04-22T13:03:11+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-22T13:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fffd4343c7d189b9450ba18efb2126f9bfa9a49a'/>
<id>urn:sha1:fffd4343c7d189b9450ba18efb2126f9bfa9a49a</id>
<content type='text'>
The USB_UnhandledControlPacket event has had its parameters removed, in favour of accessing the new USB_ControlRequest structure.

The Endpoint control stream functions now correctly send a ZLP to the host when less data than requested is sent.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@520 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander).</title>
<updated>2009-04-20T11:21:36+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-20T11:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f05c19a8eaea1a4df179cfc3ee967280cf0ae309'/>
<id>urn:sha1:f05c19a8eaea1a4df179cfc3ee967280cf0ae309</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@517 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Spell checked non-source documentation pages.</title>
<updated>2009-04-19T14:29:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-19T14:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=545bce765dfa0095133156ac42a882cb13ec944d'/>
<id>urn:sha1:545bce765dfa0095133156ac42a882cb13ec944d</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@516 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev).</title>
<updated>2009-04-16T08:50:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-16T08:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c40f765711447bdf0aac5662c84518f79917e4dd'/>
<id>urn:sha1:c40f765711447bdf0aac5662c84518f79917e4dd</id>
<content type='text'>
Removed Endpoint_ClearCurrentBank() and Pipe_ClearCurrentBank() in favour of new Endpoint_ClearIN(), Endpoint_ClearOUT(), Endpoint_ClearControlIN(), Endpoint_ClearControlOUT(), Pipe_ClearIN(), Pipe_ClearOUT(), Pipe_ClearControlIN() and Pipe_ClearControlOUT() macros (done to allow for the detection of packets of zero length).

Renamed *_ReadWriteAllowed() macros to *_IsReadWriteAllowed() to remain consistent with the rest of the LUFA API.

Endpoint_IsSetupReceived() macro has been renamed to Endpoint_IsSETUPReceived(), Endpoint_ClearSetupReceived() macro has been renamed to Endpoint_ClearControlSETUP(), the Pipe_IsSetupSent() macro has been renamed to Pipe_IsSETUPSent() and the Pipe_ClearSetupSent() macro is no longer applicable and should be removed - changes made to compliment the new endpoint and pipe bank management API.

Updated all demos, bootloaders and projects to use the new endpoint and pipe management APIs (thanks to Roman Thiel).

Updated library doxygen documentation, added groups, changed documentation macro functions to real functions for clarity.

Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity.

Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@507 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>The USB_Host_SendControlRequest() function no longer automatically selects the Control pipe (pipe 0), so that other control type pipes can be used with the function.</title>
<updated>2009-04-14T08:35:47+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-14T08:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f4d0b680163496ab5a65531b6641e23616938585'/>
<id>urn:sha1:f4d0b680163496ab5a65531b6641e23616938585</id>
<content type='text'>
The USB Host management task now saves and restores the currently selected pipe before and after the task completes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@504 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.</title>
<updated>2009-04-01T13:53:58+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-01T13:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=eb7cbee0404f418aca321c1cec9423a20894590f'/>
<id>urn:sha1:eb7cbee0404f418aca321c1cec9423a20894590f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@492 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed incorrect defined in Version.h.</title>
<updated>2009-04-01T05:38:43+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-04-01T05:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5e19584e5d23f6155fe64b5ab4c395c20cb549c2'/>
<id>urn:sha1:5e19584e5d23f6155fe64b5ab4c395c20cb549c2</id>
<content type='text'>
Fixed Still Image Host SImage_SendData() function not clearing the pipe bank after sending data.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@488 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Seperated out OTG, Device and Host mode demos into seperate folders for clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.</title>
<updated>2009-03-20T06:34:41+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-03-20T06:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ceb698fdde8358f6e04c53e77a3f0d08e306d02b'/>
<id>urn:sha1:ceb698fdde8358f6e04c53e77a3f0d08e306d02b</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@475 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
