From 2e6813ce02b7d3ae37014d67a892e9bc68ddb25a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Jul 2013 07:59:44 +0530 Subject: [PATCH] Fix memory card not being detected for Elonex 621 on Windows --- src/calibre/devices/eb600/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index f647c28a75..e51633f3a1 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -86,7 +86,7 @@ class COOL_ER(EB600): FORMATS = ['epub', 'mobi', 'prc', 'pdf', 'txt'] VENDOR_NAME = 'COOL-ER' - WINDOWS_MAIN_MEM = 'EREADER' + WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'EREADER' OSX_MAIN_MEM = 'COOL-ER eReader Media'