Fix scanning for books on Aluratek Color

Fix a regression that broke scanning for books on all devices that used
the Aluratek Color driver. Fixes #1192940 [No longer seeing books on Odys Leon (Aluratek colour)](https://bugs.launchpad.net/calibre/+bug/1192940)
This commit is contained in:
Kovid Goyal 2013-06-23 09:09:45 +05:30
parent 2ee5ad2e30
commit 4fe86065f9

View File

@ -211,6 +211,7 @@ class ALURATEK_COLOR(USBMS):
VENDOR_NAME = ['USB_2.0', 'EZREADER', 'C4+']
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USB_FLASH_DRIVER', '.', 'TOUCH']
SCAN_FROM_ROOT = True
SUPPORTS_SUB_DIRS_FOR_SCAN = True
class TREKSTOR(USBMS):