From af4d9aa8efd9e1b30b3ae602da6c2724a061348e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Jun 2009 18:22:19 -0700 Subject: [PATCH] DX supports PDF --- src/calibre/devices/kindle/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 8c62da7587..1052ab87a0 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -79,6 +79,7 @@ class KINDLE_DX(KINDLE): author = _('John Schember') supported_platforms = ['windows', 'osx', 'linux'] + FORMATS = ['azw', 'mobi', 'prc', 'azw1', 'tpz', 'pdf', 'txt'] PRODUCT_ID = [0x0003] BCD = [0x0100]