From c5472fe4893b16a78c79f90f061a1ec905140623 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Aug 2013 22:01:32 +0530 Subject: [PATCH] PocketBook driver: Scan for books files in the entire device not just in the 'books' folder --- src/calibre/devices/eb600/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index e51633f3a1..0c51c8c79d 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -267,6 +267,7 @@ class POCKETBOOK602(USBMS): EBOOK_DIR_MAIN = 'books' SUPPORTS_SUB_DIRS = True + SCAN_FROM_ROOT = True VENDOR_ID = [0x0525] PRODUCT_ID = [0xa4a5]