mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 06:12:58 +02:00
Delete .han files on Kindle 2/3/Touch, too (linked to KF8 files)
This commit is contained in:
parent
11e670e61e
commit
7def8f0b64
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ class KINDLE2(KINDLE):
|
|||
description = _('Communicate with the Kindle 2/3/4/Touch eBook reader.')
|
||||
|
||||
FORMATS = ['azw3'] + KINDLE.FORMATS + ['pdf', 'azw4', 'pobi']
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr']
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr', '.han']
|
||||
|
||||
PRODUCT_ID = [0x0002, 0x0004]
|
||||
BCD = [0x0100]
|
||||
|
|
|
|||
Loading…
Reference in a new issue