mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Add support for sending Topaz books to the Kindle
This commit is contained in:
parent
91087fa3bd
commit
6abae014b2
@ -10,7 +10,7 @@ from calibre.devices.usbms.driver import USBMS
|
|||||||
|
|
||||||
class KINDLE(USBMS):
|
class KINDLE(USBMS):
|
||||||
# Ordered list of supported formats
|
# Ordered list of supported formats
|
||||||
FORMATS = ['azw', 'mobi', 'prc', 'txt']
|
FORMATS = ['azw', 'mobi', 'prc', 'azw1', 'tpz', 'txt']
|
||||||
|
|
||||||
VENDOR_ID = [0x1949]
|
VENDOR_ID = [0x1949]
|
||||||
PRODUCT_ID = [0x0001]
|
PRODUCT_ID = [0x0001]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user