mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:43:51 +02:00
Fix #791216 (Add support for device: miBuk GAMMA 6.2 touch & wifi)
This commit is contained in:
parent
4644994189
commit
b42f012764
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ class EB600(USBMS):
|
|||
PRODUCT_ID = [0x1688]
|
||||
BCD = [0x110]
|
||||
|
||||
VENDOR_NAME = 'NETRONIX'
|
||||
WINDOWS_MAIN_MEM = 'EBOOK'
|
||||
VENDOR_NAME = ['NETRONIX', 'WOLDER']
|
||||
WINDOWS_MAIN_MEM = ['EBOOK', 'MIBUK_GAMMA_6.2']
|
||||
WINDOWS_CARD_A_MEM = 'EBOOK'
|
||||
|
||||
OSX_MAIN_MEM = 'EB600 Internal Storage Media'
|
||||
|
|
|
|||
Loading…
Reference in a new issue