mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:53:40 +02:00
Unix support for the Elonex 600eb
This commit is contained in:
parent
c2d8b963dd
commit
63ee56af07
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue