mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c6a957ee93
commit
bc55890593
@ -170,8 +170,8 @@ class KINDLE2(KINDLE):
|
||||
name = 'Kindle 2/3 Device Interface'
|
||||
description = _('Communicate with the Kindle 2/3 eBook reader.')
|
||||
|
||||
FORMATS = KINDLE.FORMATS + ['pdf']
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.apnx']
|
||||
FORMATS = KINDLE.FORMATS + ['pdf', 'azw4']
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS
|
||||
|
||||
PRODUCT_ID = [0x0002, 0x0004]
|
||||
BCD = [0x0100]
|
||||
|
Loading…
x
Reference in New Issue
Block a user