mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 10:13:18 +02:00
...
This commit is contained in:
parent
b259677d6f
commit
b5464dd93e
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class TREKSTOR(USBMS):
|
|||
FORMATS = ['epub', 'txt', 'pdf']
|
||||
|
||||
VENDOR_ID = [0x1e68]
|
||||
PRODUCT_ID = [0x0041]
|
||||
PRODUCT_ID = [0x0041, 0x0042]
|
||||
BCD = [0x0002]
|
||||
|
||||
EBOOK_DIR_MAIN = 'Ebooks'
|
||||
|
|
|
|||
Loading…
Reference in a new issue