From 2ef634a5ffae984dc5600ffe1f933f4507690782 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Jul 2016 09:02:49 +0530 Subject: [PATCH] Driver for the newest Kindle model, that started shipping today. Fixes #1599970 [New Kindle (8th generation) not recognized - low-end model SY69JL](https://bugs.launchpad.net/calibre/+bug/1599970) --- 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 9dfc0e0c21..8d3afe435d 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -339,7 +339,7 @@ class KINDLE2(KINDLE): # the .sdr sidecar folder PRODUCT_ID = [0x0002, 0x0004] - BCD = [0x0100] + BCD = [0x0100, 0x0310] # SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories # SUPPORTS_SUB_DIRS_FOR_SCAN = True