This commit is contained in:
Kovid Goyal 2011-09-02 14:59:07 -06:00
parent c6a957ee93
commit bc55890593

View File

@ -170,8 +170,8 @@ class KINDLE2(KINDLE):
name = 'Kindle 2/3 Device Interface' name = 'Kindle 2/3 Device Interface'
description = _('Communicate with the Kindle 2/3 eBook reader.') description = _('Communicate with the Kindle 2/3 eBook reader.')
FORMATS = KINDLE.FORMATS + ['pdf'] FORMATS = KINDLE.FORMATS + ['pdf', 'azw4']
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.apnx'] DELETE_EXTS = KINDLE.DELETE_EXTS
PRODUCT_ID = [0x0002, 0x0004] PRODUCT_ID = [0x0002, 0x0004]
BCD = [0x0100] BCD = [0x0100]