From 8fe42fbe2c7611452315956a84a5fc549ea56f62 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Oct 2017 18:33:00 +0530 Subject: [PATCH] Kindle driver: Add support for the new Kindle Oasis --- src/calibre/devices/kindle/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 326df80f50..8f108dc876 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -328,7 +328,7 @@ class KINDLE2(KINDLE): # the .sdr sidecar folder PRODUCT_ID = [0x0002, 0x0004] - BCD = [0x0100, 0x0310] + BCD = [0x0100, 0x0310, 0x401] # SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories # SUPPORTS_SUB_DIRS_FOR_SCAN = True