mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
PocketBook driver: Scan for books files in the entire device not just in the 'books' folder
This commit is contained in:
parent
47d0b6175e
commit
c5472fe489
@ -267,6 +267,7 @@ class POCKETBOOK602(USBMS):
|
||||
|
||||
EBOOK_DIR_MAIN = 'books'
|
||||
SUPPORTS_SUB_DIRS = True
|
||||
SCAN_FROM_ROOT = True
|
||||
|
||||
VENDOR_ID = [0x0525]
|
||||
PRODUCT_ID = [0xa4a5]
|
||||
|
Loading…
x
Reference in New Issue
Block a user