viveris / uMTP-Responder

Lightweight USB Media Transfer Protocol (MTP) responder daemon for GNU/Linux
GNU General Public License v3.0
192 stars 52 forks source link

Add "removable" flag to storages #59

Closed pcercuei closed 3 years ago

pcercuei commented 3 years ago

This flag can be used to tell that a storage should be seen as removable.

This flag changes the storage type from MTP_STORAGE_FIXED_RAM (0x3) to MTP_STORAGE_REMOVABLE_RAM (0x4).

Signed-off-by: Paul Cercueil paul@crapouillou.net

jfdelnero commented 3 years ago

Thanks !