mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:06:02 +02:00
Fix #8202 (Wrong Folder on device dr900)
This commit is contained in:
parent
f42cda6573
commit
847422e9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class EEEREADER(USBMS):
|
|||
PRODUCT_ID = [0x178f]
|
||||
BCD = [0x0319]
|
||||
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'Book'
|
||||
|
||||
VENDOR_NAME = 'LINUX'
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'FILE-STOR_GADGET'
|
||||
|
|
|
|||
Loading…
Reference in a new issue