From 5757726be2a739fc09c280e6d66bf114ca636410 Mon Sep 17 00:00:00 2001 From: nucleogenic Date: Mon, 6 Mar 2023 02:56:00 +0000 Subject: [PATCH] Add drive properties for MO drives - WIP --- python/web/src/drive_properties.json | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/python/web/src/drive_properties.json b/python/web/src/drive_properties.json index 22c51a17..b7307083 100644 --- a/python/web/src/drive_properties.json +++ b/python/web/src/drive_properties.json @@ -442,5 +442,53 @@ "file_type": null, "description": "For use with host systems that expect the non-standard 512 byte block size for CD-ROM drives, such as Akai samplers.", "url": "" +}, +{ + "device_type": "SCMO", + "vendor": "FUJITSU", + "product": "M2513A", + "revision": "1700", + "block_size": 512, + "size": null, + "name": "Fujitsu M2513A 640MB", + "file_type": null, + "description": "MO drive with support for 640MB discs.", + "url": "" +}, +{ + "device_type": "SCMO", + "vendor": "OLYMPUS", + "product": "MOS300", + "revision": "__TODO__", + "block_size": 512, + "size": null, + "name": "Olympus MOS300S 128MB", + "file_type": null, + "description": "MO drive with support for 128MB discs.", + "url": "" +}, +{ + "device_type": "SCMO", + "vendor": "OLYMPUS", + "product": "MOS332", + "revision": "5.00", + "block_size": 512, + "size": null, + "name": "Olympus TURBO II 230MB", + "file_type": null, + "description": "MO drive with support for 230MB discs.", + "url": "" +}, +{ + "device_type": "SCMO", + "vendor": "OLYMPUS", + "product": "MOS363", + "revision": "3.01", + "block_size": 512, + "size": null, + "name": "Olympus TURBO II 640MB", + "file_type": null, + "description": "MO drive with support for 640MB discs.", + "url": "" } ]