<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/Drivers/USB/Class/Common/HID.h, 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-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 misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).</title>
<updated>2011-11-16T08:19:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-11-16T08:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2bca24be7c38ccaddaab90d1085b5772686419d0'/>
<id>urn:sha1:2bca24be7c38ccaddaab90d1085b5772686419d0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1977 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JOYSTICK() macro.</title>
<updated>2011-08-23T07:07:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-08-23T07:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e1ed5e7952461348ed6fc8ffcad1843174de4a86'/>
<id>urn:sha1:e1ed5e7952461348ed6fc8ffcad1843174de4a86</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1912 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>More endianness porting of the LUFA device mode class drivers.</title>
<updated>2011-07-11T09:50:54+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-11T09:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=15efa067d3d03912bfe58b442b735e594acf9cf5'/>
<id>urn:sha1:15efa067d3d03912bfe58b442b735e594acf9cf5</id>
<content type='text'>
Add endianness information to the class driver and core structure definitions.

Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1858 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.</title>
<updated>2011-06-20T04:32:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-20T04:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e629fa186254b48bb877dd0dcca03a759ab8342b'/>
<id>urn:sha1:e629fa186254b48bb877dd0dcca03a759ab8342b</id>
<content type='text'>
Add C++ compatibility to some header files currently missing extern "C" linkage.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1818 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Spell check library source code files.</title>
<updated>2011-06-01T14:33:40+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-01T14:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=611b57ba9a14d078c595aa1d351b28bc2922a6f2'/>
<id>urn:sha1:611b57ba9a14d078c595aa1d351b28bc2922a6f2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.</title>
<updated>2011-03-23T09:25:13+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-23T09:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b5ab4df8568a20193ac8ac203e0a6de6d62f3624'/>
<id>urn:sha1:b5ab4df8568a20193ac8ac203e0a6de6d62f3624</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1722 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures.</title>
<updated>2011-03-11T06:47:39+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-11T06:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6fa3988a899e1b9b0695ef6d95ddd5972f5f165b'/>
<id>urn:sha1:6fa3988a899e1b9b0695ef6d95ddd5972f5f165b</id>
<content type='text'>
Fix EVK1101 swapped joystick Right/Down masks.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1700 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.</title>
<updated>2011-02-20T13:08:29+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-20T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389'/>
<id>urn:sha1:7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Initial restructuring of the core USB driver module to support multiple architectures in the future.</title>
<updated>2011-02-19T22:59:27+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-19T22:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e3f5648f950eea03feb39258930fde89d678b9c3'/>
<id>urn:sha1:e3f5648f950eea03feb39258930fde89d678b9c3</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1672 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
