mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Unix support for the Elonex 600eb
This commit is contained in:
parent
c2d8b963dd
commit
63ee56af07
@ -206,4 +206,8 @@ class ELONEX(EB600):
|
||||
WINDOWS_MAIN_MEM = 'EBOOK'
|
||||
WINDOWS_CARD_A_MEM = 'EBOOK'
|
||||
|
||||
@classmethod
|
||||
def can_handle(cls, dev, debug=False):
|
||||
return dev[3] == 'Elonex' and dev[4] == 'eBook'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user