From 95f9cf113a5a257191d2dc6faa11e84bb0eac7b1 Mon Sep 17 00:00:00 2001 From: John Schember Date: Tue, 4 Aug 2009 19:43:42 -0400 Subject: [PATCH] OSX support for the Cooler reader. --- src/calibre/devices/eb600/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index c9d0b0b22f..fdd033b33f 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -64,4 +64,6 @@ class COOL_ER(EB600): VENDOR_NAME = 'COOL-ER' WINDOWS_MAIN_MEM = 'EREADER' + OSX_MAIN_MEM = 'COOL-ER eReader Media' + EBOOK_DIR_MAIN = 'my docs'