From f3b0902a19f1e594b5c72e61bb0fe940015b5284 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 Oct 2009 14:30:15 -0600 Subject: [PATCH] OS X driver for the Ectaco JetBook --- src/calibre/devices/jetbook/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/jetbook/driver.py b/src/calibre/devices/jetbook/driver.py index 8fcbe306a2..4ef9d88afb 100644 --- a/src/calibre/devices/jetbook/driver.py +++ b/src/calibre/devices/jetbook/driver.py @@ -36,8 +36,8 @@ class JETBOOK(USBMS): WINDOWS_MAIN_MEM = 'EBOOK' WINDOWS_CARD_A_MEM = 'EBOOK' - OSX_MAIN_MEM = None - OSX_CARD_A_MEM = None + OSX_MAIN_MEM = 'Linux ebook Media' + OSX_CARD_A_MEM = 'Linux ebook Media' MAIN_MEMORY_VOLUME_LABEL = 'Jetbook Main Memory' STORAGE_CARD_VOLUME_LABEL = 'Jetbook Storage Card'