diff --git a/src/calibre/devices/irexdr/driver.py b/src/calibre/devices/irexdr/driver.py index 69400ae0e0..777e037b6f 100644 --- a/src/calibre/devices/irexdr/driver.py +++ b/src/calibre/devices/irexdr/driver.py @@ -16,7 +16,7 @@ class IREXDR1000(USBMS): name = 'IRex Digital Reader 1000 Device Interface' description = _('Communicate with the IRex Digital Reader 1000 eBook reader.') author = _('John Schember') - supported_platforms = ['windows', 'linux'] + supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats @@ -30,7 +30,7 @@ class IREXDR1000(USBMS): VENDOR_NAME = 'IREX' WINDOWS_MAIN_MEM = 'DR1000' - #OSX_MAIN_MEM = '' + OSX_MAIN_MEM = 'iRex DR1000 Media' MAIN_MEMORY_VOLUME_LABEL = 'IRex Digital Reader 1000 Main Memory'