Kindle driver: Add support for the new Kindle Oasis

This commit is contained in:
Kovid Goyal 2017-10-28 18:33:00 +05:30
parent b6312f1f12
commit 8fe42fbe2c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -328,7 +328,7 @@ class KINDLE2(KINDLE):
# the .sdr sidecar folder # the .sdr sidecar folder
PRODUCT_ID = [0x0002, 0x0004] PRODUCT_ID = [0x0002, 0x0004]
BCD = [0x0100, 0x0310] 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