From 19462b7077b01e4f72bcd94c1410884f1bdfa0b0 Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 31 Jul 2009 18:43:39 -0400 Subject: [PATCH] OSX support for iRex Digital Reader. --- src/calibre/devices/irexdr/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'