This commit is contained in:
Kovid Goyal 2012-04-17 22:12:35 +05:30
parent 340a87fab6
commit 2b4f74b86d

View File

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