Add support for sending Topaz books to the Kindle

This commit is contained in:
Kovid Goyal 2009-02-23 10:14:42 -08:00
parent 91087fa3bd
commit 6abae014b2

View File

@ -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]