mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 21:16:12 +01:00
...
This commit is contained in:
parent
b6abccf853
commit
83a095de32
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, 0x0042, 0x0052,
|
||||
PRODUCT_ID = [0x0041, 0x0042, 0x0052, 0x004e,
|
||||
0x003e # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091
|
||||
]
|
||||
BCD = [0x0002]
|
||||
|
|
|
|||
Loading…
Reference in a new issue