<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/ManPages/LUFAPoweredProjects.txt, 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>2011-10-18T11:35:04+00:00</updated>
<entry>
<title>Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.</title>
<updated>2011-10-18T11:35:04+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-10-18T11:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f395efc31696177ed59b2c84d7de0dcf791ab61c'/>
<id>urn:sha1:f395efc31696177ed59b2c84d7de0dcf791ab61c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1950 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added endian-correction to the CDC driver's Line Encoding control request handlers.</title>
<updated>2011-10-07T03:47:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-10-07T03:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3c874148680ab1843c647ff3dbb2b37b218d648a'/>
<id>urn:sha1:3c874148680ab1843c647ff3dbb2b37b218d648a</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1935 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix compile errors for the USB XMEGA parts when the USB driver is used.</title>
<updated>2011-10-04T11:40:55+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-10-04T11:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9baee4ff66d4d04dc1b0ea95247c92c8a93c5637'/>
<id>urn:sha1:9baee4ff66d4d04dc1b0ea95247c92c8a93c5637</id>
<content type='text'>
Add core support for the ATXMEGA64A1U.

Minor documentation corrections.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1934 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).</title>
<updated>2011-09-28T13:24:08+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-09-28T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7131f4d36ec4a696c2148950bed53cfee25a9203'/>
<id>urn:sha1:7131f4d36ec4a696c2148950bed53cfee25a9203</id>
<content type='text'>
Small size improvement for Little Endian devices when USB host mode is used.

Minor documentation fixes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1933 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix missing C++ linkage command in ArchitectureSpecific.h.</title>
<updated>2011-09-21T23:40:05+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-09-21T23:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=811229c178a5d25c06fb7a217ac7a041741d9275'/>
<id>urn:sha1:811229c178a5d25c06fb7a217ac7a041741d9275</id>
<content type='text'>
Fix missing closing brace in an Endpoint function for the UC3 targets.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1931 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed HID Parser's largest report size bit count not including the size of the last parsed report item.</title>
<updated>2011-09-17T13:07:21+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-09-17T13:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=19ba683f9163cbbffdcf714e18043a2725110a8e'/>
<id>urn:sha1:19ba683f9163cbbffdcf714e18043a2725110a8e</id>
<content type='text'>
Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1924 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.</title>
<updated>2011-08-28T01:40:36+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-08-28T01:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6f025bf676930d7139d5ff87203e99b3b5907646'/>
<id>urn:sha1:6f025bf676930d7139d5ff87203e99b3b5907646</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1915 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().</title>
<updated>2011-08-22T13:03:56+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-08-22T13:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=d4e308572cd882cfba75a9b8ab367eab80e3005c'/>
<id>urn:sha1:d4e308572cd882cfba75a9b8ab367eab80e3005c</id>
<content type='text'>
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.

Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.

Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1911 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).</title>
<updated>2011-08-09T16:38:35+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-08-09T16:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9d917fc41dec38a3cf4ad42c636c97979fdce08b'/>
<id>urn:sha1:9d917fc41dec38a3cf4ad42c636c97979fdce08b</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1902 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor documentation and style fixes.</title>
<updated>2011-07-11T05:51:04+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-11T05:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=79e05ef893d718e84dcdde805aa9bca2ca4fd019'/>
<id>urn:sha1:79e05ef893d718e84dcdde805aa9bca2ca4fd019</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1854 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
