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)

This commit is contained in:
Kovid Goyal 2016-07-08 09:02:49 +05:30
parent d9f30ffb89
commit 2ef634a5ff

View File

@ -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