PocketBook driver: Scan for books files in the entire device not just in the 'books' folder

This commit is contained in:
Kovid Goyal 2013-08-23 22:01:32 +05:30
parent 47d0b6175e
commit c5472fe489

View File

@ -267,6 +267,7 @@ class POCKETBOOK602(USBMS):
EBOOK_DIR_MAIN = 'books' EBOOK_DIR_MAIN = 'books'
SUPPORTS_SUB_DIRS = True SUPPORTS_SUB_DIRS = True
SCAN_FROM_ROOT = True
VENDOR_ID = [0x0525] VENDOR_ID = [0x0525]
PRODUCT_ID = [0xa4a5] PRODUCT_ID = [0xa4a5]