From 142d6a532efba9f04c08efd62791feb55621daef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Jun 2010 12:13:37 -0600 Subject: [PATCH] Fix main mem and card being swapped in BOOX --- src/calibre/devices/hanlin/driver.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/calibre/devices/hanlin/driver.py b/src/calibre/devices/hanlin/driver.py index c6c9fb876a..adb4b353f3 100644 --- a/src/calibre/devices/hanlin/driver.py +++ b/src/calibre/devices/hanlin/driver.py @@ -123,5 +123,12 @@ class BOOX(HANLINV3): EBOOK_DIR_MAIN = 'MyBooks' EBOOK_DIR_CARD_A = 'MyBooks' + def windows_sort_drives(self, drives): + return drives + def osx_sort_names(self, names): + return names + + def linux_swap_drives(self, drives): + return drives