From 6abae014b2ef1f181bb065df1d02bd3c4c2130d3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Feb 2009 10:14:42 -0800 Subject: [PATCH] Add support for sending Topaz books to the Kindle --- src/calibre/devices/kindle/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 0da1f55c5e..f9f87028ae 100755 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -10,7 +10,7 @@ from calibre.devices.usbms.driver import USBMS class KINDLE(USBMS): # Ordered list of supported formats - FORMATS = ['azw', 'mobi', 'prc', 'txt'] + FORMATS = ['azw', 'mobi', 'prc', 'azw1', 'tpz', 'txt'] VENDOR_ID = [0x1949] PRODUCT_ID = [0x0001]