From 2b4f74b86d276c389784efad446d483fa6cec9a5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 17 Apr 2012 22:12:35 +0530 Subject: [PATCH] ... --- src/calibre/devices/kindle/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index 663b67083f..8154b7d3a0 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -427,6 +427,8 @@ class KINDLE_FIRE(KINDLE2): name = 'Kindle Fire Device Interface' description = _('Communicate with the Kindle Fire') gui_name = 'Fire' + FORMATS = list(KINDLE2.FORMATS) + FORMATS.insert(0, 'azw3') PRODUCT_ID = [0x0006] BCD = [0x216, 0x100]