mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 01:14:39 +01:00
...
This commit is contained in:
parent
ad0d4f80ca
commit
cedb8749fb
1 changed files with 2 additions and 2 deletions
|
|
@ -284,11 +284,11 @@ def add_annotation_to_library(self, db, db_id, annotation):
|
|||
|
||||
class KINDLE2(KINDLE):
|
||||
|
||||
name = 'Kindle 2/3 Device Interface'
|
||||
name = 'Kindle 2/3/4/Touch Device Interface'
|
||||
description = _('Communicate with the Kindle 2/3 eBook reader.')
|
||||
|
||||
FORMATS = KINDLE.FORMATS + ['pdf', 'azw4', 'pobi']
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS
|
||||
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs']
|
||||
|
||||
PRODUCT_ID = [0x0002, 0x0004]
|
||||
BCD = [0x0100]
|
||||
|
|
|
|||
Loading…
Reference in a new issue