From a616a092b2b1e6a1a627f845e339cf0e5c96e798 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Nov 2018 20:49:20 +0530 Subject: [PATCH] Kindle driver: Add support for new 2018 Kindle Paperwhite Fixes #1802088 [Kindle Paperwhite 2018 is not detected (new kindle)](https://bugs.launchpad.net/calibre/+bug/1802088) --- 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 98e1d53790..6358c96a09 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -328,7 +328,7 @@ class KINDLE2(KINDLE): # (for X-Ray & End Actions), azw3f & azw3r files, but all of them are in # the .sdr sidecar folder - PRODUCT_ID = [0x0002, 0x0004] + PRODUCT_ID = [0x0002, 0x0004, 0x0324] BCD = [0x0100, 0x0310, 0x401] # SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories # SUPPORTS_SUB_DIRS_FOR_SCAN = True