From 71d9a10698ab2372b2457691af77acb035df8b93 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 6 Mar 2010 11:19:39 -0700 Subject: [PATCH] Add FB2 to list of formats supported by the Onyx Boox --- src/calibre/devices/hanlin/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/hanlin/driver.py b/src/calibre/devices/hanlin/driver.py index e887b331aa..d88a4d4baa 100644 --- a/src/calibre/devices/hanlin/driver.py +++ b/src/calibre/devices/hanlin/driver.py @@ -115,7 +115,7 @@ class BOOX(HANLINV3): supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats - FORMATS = ['epub', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm'] + FORMATS = ['epub', 'fb2', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm'] VENDOR_ID = [0x0525] PRODUCT_ID = [0xa4a5]