<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/Drivers/USB/Class/Device/MassStorage.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>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 race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.</title>
<updated>2011-11-09T12:29:14+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-11-09T12:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=aed0a5bd9e0e816833c961eeaf18ba760932d309'/>
<id>urn:sha1:aed0a5bd9e0e816833c961eeaf18ba760932d309</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1971 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops.</title>
<updated>2011-09-05T22:22:19+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-09-05T22:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=39c0c40dc585fd3a2469a054b2619370164ecf1f'/>
<id>urn:sha1:39c0c40dc585fd3a2469a054b2619370164ecf1f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1920 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks.</title>
<updated>2011-07-29T08:12:00+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-29T08:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=194e11fbb2b3c7afd44d471ebb3c12c6186d798c'/>
<id>urn:sha1:194e11fbb2b3c7afd44d471ebb3c12c6186d798c</id>
<content type='text'>
Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1899 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>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>
<entry>
<title>Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name.</title>
<updated>2011-03-05T16:30:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-05T16:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2aaa98afbdf578dad59cda66aa12bdfe0250aadd'/>
<id>urn:sha1:2aaa98afbdf578dad59cda66aa12bdfe0250aadd</id>
<content type='text'>
Fix undefined error in Pipe_UC3B.h.

Add missing migration notes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1698 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>
<entry>
<title>Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.</title>
<updated>2011-01-10T18:56:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-10T18:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=da1613c6cedff2417da69116bf95610eaa0d5a22'/>
<id>urn:sha1:da1613c6cedff2417da69116bf95610eaa0d5a22</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1629 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).</title>
<updated>2011-01-10T18:43:34+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-10T18:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7786c8b1774d81f4aa4c7da8ab8a89c515937790'/>
<id>urn:sha1:7786c8b1774d81f4aa4c7da8ab8a89c515937790</id>
<content type='text'>
Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.

Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.

Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).

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