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)
This commit is contained in:
Kovid Goyal 2021-10-27 07:28:52 +05:30
parent 978af25658
commit 571841268f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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