micropython/stmhal/usbdev/class
Damien George 9699ea6a2f stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.
Mac OS X sends a SCSI command to remove the medium when it unmounts a
drive.  If this command is not honoured, then OS X will automatically
remount the drive, making it impossible to eject.  This patch disables
the USB MSC when the right SCSI command is sent.
2014-04-15 19:56:32 +01:00
..
AUDIO stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc_hid stmhal: Add CDC+HID USB device. 2014-03-29 21:57:30 +00:00
cdc_msc stmhal: Tidy up USB CDC+MSC device some more. 2014-03-22 13:21:58 +00:00
cdc_msc_hid stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X. 2014-04-15 19:56:32 +01:00
CustomHID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
DFU stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
HID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
msc stmhal: Add support for USB MSC device. 2014-03-21 23:32:01 +00:00
Template stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00