From 65620d2a8b942261aceddbc219ed831ba2729c24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Oct 2012 11:27:53 +0530 Subject: [PATCH] Revert change to not use sub-directories on the Kindle --- src/calibre/devices/kindle/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 7db4f4be17..988df109fc 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -294,8 +294,8 @@ class KINDLE2(KINDLE): PRODUCT_ID = [0x0002, 0x0004] BCD = [0x0100] - SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories - SUPPORTS_SUB_DIRS_FOR_SCAN = True + # SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories + # SUPPORTS_SUB_DIRS_FOR_SCAN = True EXTRA_CUSTOMIZATION_MESSAGE = [ _('Send page number information when sending books') +