mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 10:33:43 +02:00
Driver for Nokia X6
This commit is contained in:
parent
835faaa591
commit
57baae6330
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue