Driver for Nokia X6

This commit is contained in:
Kovid Goyal 2011-02-11 10:50:39 -07:00
parent 835faaa591
commit 57baae6330

View File

@ -76,11 +76,11 @@ class E52(USBMS):
supported_platforms = ['windows', 'linux', 'osx']
VENDOR_ID = [0x421]
PRODUCT_ID = [0x1CD]
PRODUCT_ID = [0x1CD, 0x273]
BCD = [0x100]
FORMATS = ['mobi', 'prc']
FORMATS = ['epub', 'fb2', 'mobi', 'prc', 'txt']
EBOOK_DIR_MAIN = 'eBooks'
SUPPORTS_SUB_DIRS = True