mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
ad0d4f80ca
commit
cedb8749fb
@ -284,11 +284,11 @@ class KINDLE(USBMS):
|
|||||||
|
|
||||||
class KINDLE2(KINDLE):
|
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.')
|
description = _('Communicate with the Kindle 2/3 eBook reader.')
|
||||||
|
|
||||||
FORMATS = KINDLE.FORMATS + ['pdf', 'azw4', 'pobi']
|
FORMATS = KINDLE.FORMATS + ['pdf', 'azw4', 'pobi']
|
||||||
DELETE_EXTS = KINDLE.DELETE_EXTS
|
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs']
|
||||||
|
|
||||||
PRODUCT_ID = [0x0002, 0x0004]
|
PRODUCT_ID = [0x0002, 0x0004]
|
||||||
BCD = [0x0100]
|
BCD = [0x0100]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user