From b1ef5a134318be49572796538831466b43e5e555 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Mar 2013 19:23:29 +0530 Subject: [PATCH] Fix #824713 (Irex Iliad not recognized by Calibre in Mac) --- src/calibre/devices/iliad/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/iliad/driver.py b/src/calibre/devices/iliad/driver.py index 0dcc18e63b..ed3a9f409a 100644 --- a/src/calibre/devices/iliad/driver.py +++ b/src/calibre/devices/iliad/driver.py @@ -15,7 +15,7 @@ class ILIAD(USBMS): name = 'IRex Iliad Device Interface' description = _('Communicate with the IRex Iliad eBook reader.') author = 'John Schember' - supported_platforms = ['windows', 'linux'] + supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats # Be sure these have an entry in calibre.devices.mime