diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index 14ac8064fb..6048387483 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -155,3 +155,7 @@ class DIVA(CYBOOK): FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf'] EBOOK_DIR_MAIN = 'Books' SCAN_FROM_ROOT = True + + @classmethod + def can_handle(cls, device_info, debug=False): + return True