mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 12:45:16 +01:00
...
This commit is contained in:
parent
fe31565283
commit
1b6e034512
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ class THEBOOK(N516):
|
|||
BCD = [0x399]
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'The Book Main Memory'
|
||||
EBOOK_DIR_MAIN = 'My books'
|
||||
WINDOWS_CARD_A_MEM = '_FILE-STOR_GADGE'
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_FILE-STOR_GADGE',
|
||||
'FILE-STOR_GADGET']
|
||||
|
||||
class LIBREAIR(N516):
|
||||
name = 'Libre Air Driver'
|
||||
|
|
|
|||
Loading…
Reference in a new issue