mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kindle driver: Add support for new 2018 Kindle Paperwhite
Fixes #1802088 [Kindle Paperwhite 2018 is not detected (new kindle)](https://bugs.launchpad.net/calibre/+bug/1802088)
This commit is contained in:
parent
76924d0146
commit
a616a092b2
@ -328,7 +328,7 @@ class KINDLE2(KINDLE):
|
|||||||
# (for X-Ray & End Actions), azw3f & azw3r files, but all of them are in
|
# (for X-Ray & End Actions), azw3f & azw3r files, but all of them are in
|
||||||
# the .sdr sidecar folder
|
# the .sdr sidecar folder
|
||||||
|
|
||||||
PRODUCT_ID = [0x0002, 0x0004]
|
PRODUCT_ID = [0x0002, 0x0004, 0x0324]
|
||||||
BCD = [0x0100, 0x0310, 0x401]
|
BCD = [0x0100, 0x0310, 0x401]
|
||||||
# SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories
|
# SUPPORTS_SUB_DIRS = False # Apparently the Paperwhite doesn't like files placed in subdirectories
|
||||||
# SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
# SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user