mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
978af25658
commit
571841268f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user