From 81c73dd0abea9ff631c42504885743851c1c913c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Jan 2011 13:29:37 -0700 Subject: [PATCH] Fix #8594 (binatone readme daily 2282) --- src/calibre/devices/hanvon/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/hanvon/driver.py b/src/calibre/devices/hanvon/driver.py index 1fe18afc58..f9dec178c6 100644 --- a/src/calibre/devices/hanvon/driver.py +++ b/src/calibre/devices/hanvon/driver.py @@ -24,7 +24,7 @@ class N516(USBMS): supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats - FORMATS = ['epub', 'prc', 'html', 'pdf', 'txt'] + FORMATS = ['epub', 'prc', 'mobi', 'html', 'pdf', 'txt'] VENDOR_ID = [0x0525] PRODUCT_ID = [0xa4a5]