micropython/stmhal/usbdev/class/cdc_msc_hid/inc
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
..
usbd_cdc_msc_hid.h stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X. 2014-04-15 19:56:32 +01:00
usbd_msc_bot.h stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00
usbd_msc_data.h stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00
usbd_msc_scsi.h stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00