Skip to content

Commit

Permalink
Kindle driver: Add support for the new Kindle PaperWhite
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kovidgoyal committed Oct 27, 2021
1 parent 978af25 commit 5718412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/devices/kindle/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5718412

Please sign in to comment.