From 571841268f40bc5e0b137236ed55b79e73df7e20 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 27 Oct 2021 07:28:52 +0530 Subject: [PATCH] Kindle driver: Add support for the new Kindle PaperWhite Lets hope nothing else is different on this device apart from the changed BCD number. Fixes #1948883 [Add support for the 2021 Kindle Paperwhite (11th Version)](https://bugs.launchpad.net/calibre/+bug/1948883) --- 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 826bbe98af..58e550b89a 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -340,7 +340,7 @@ class KINDLE2(KINDLE): # the .sdr sidecar folder PRODUCT_ID = [0x0002, 0x0004, 0x0324] - BCD = [0x0100, 0x0310, 0x401] + BCD = [0x0100, 0x0310, 0x401, 0x409] # SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories # SUPPORTS_SUB_DIRS_FOR_SCAN = True