From 123dc2bb525e3e563b7d429d996491c230156a82 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 May 2020 20:14:41 +0530 Subject: [PATCH] Fix Bookeen Diva HD not being detected. Fixes #1877965 [Add Bookeen Diva HD](https://bugs.launchpad.net/calibre/+bug/1877965) --- src/calibre/devices/cybook/driver.py | 4 ++++ 1 file changed, 4 insertions(+) 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