mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #804367 (Advent Vega not recognised)
This commit is contained in:
parent
ed6aa8cb96
commit
aeb57e9a24
@ -101,6 +101,9 @@ class ANDROID(USBMS):
|
|||||||
# ZTE
|
# ZTE
|
||||||
0x19d2 : { 0x1353 : [0x226] },
|
0x19d2 : { 0x1353 : [0x226] },
|
||||||
|
|
||||||
|
# Advent
|
||||||
|
0x0955 : { 0x7100 : [0x9999] }, # This is the same as the Notion Ink Adam
|
||||||
|
|
||||||
}
|
}
|
||||||
EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books']
|
EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books']
|
||||||
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '
|
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user