<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/Drivers/USB/Class/Host/HID.c, branch LUFA-120730</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-120730</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-120730'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2011-11-18T06:26:51+00:00</updated>
<entry>
<title>Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.</title>
<updated>2011-11-18T06:26:51+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-11-18T06:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0f7519456815a208c7b89d8bd7307e3f7b19a8d0'/>
<id>urn:sha1:0f7519456815a208c7b89d8bd7307e3f7b19a8d0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 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>Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.</title>
<updated>2011-07-19T07:02:19+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-19T07:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=d83016961f1eb04f2232acfee2723ed999574e55'/>
<id>urn:sha1:d83016961f1eb04f2232acfee2723ed999574e55</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1895 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing function attributes.</title>
<updated>2011-07-12T05:13:31+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-12T05:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e3388fc429ee4253913d863caca59b97eb8082d2'/>
<id>urn:sha1:e3388fc429ee4253913d863caca59b97eb8082d2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1862 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>More endianness porting of the LUFA host mode class drivers.</title>
<updated>2011-07-11T10:44:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-11T10:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6d7317ab2a71d4a791db8f8310b979b8a425a037'/>
<id>urn:sha1:6d7317ab2a71d4a791db8f8310b979b8a425a037</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1859 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix HID_Host_SetIdlePeriod() function to send the correct request type to the device, remove reference to unavailable (and not needed) local variable.</title>
<updated>2011-07-05T00:28:35+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-05T00:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=8be55c6d08c8e192cdf62310f74bcf559db34ed0'/>
<id>urn:sha1:8be55c6d08c8e192cdf62310f74bcf559db34ed0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1844 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing function parameter to the new HID_Host_SetIdlePeriod() function.</title>
<updated>2011-07-04T09:22:02+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-04T09:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=4715990a5369076e99bf0a2a4be0ef350241b0de'/>
<id>urn:sha1:4715990a5369076e99bf0a2a4be0ef350241b0de</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1842 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.</title>
<updated>2011-07-04T09:18:50+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-04T09:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7b8b2b442882c115da1ce32e98f635039370d4e3'/>
<id>urn:sha1:7b8b2b442882c115da1ce32e98f635039370d4e3</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1840 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor internal macro renaming for the UC3 devices.</title>
<updated>2011-06-20T13:08:27+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-20T13:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=efb72417c9e35b44daf4e38d676ac3848ecb9bad'/>
<id>urn:sha1:efb72417c9e35b44daf4e38d676ac3848ecb9bad</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1819 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.</title>
<updated>2011-04-04T12:52:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-04T12:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dea170ec2c525f87d1d780d39e5c432f84f70222'/>
<id>urn:sha1:dea170ec2c525f87d1d780d39e5c432f84f70222</id>
<content type='text'>
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1726 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
