From 4dc99bfcaa09f6d124829bfc0667af7988eb11ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Apr 2013 16:37:08 +0530 Subject: [PATCH] Device driver: Detect Laser EB720 with newer firmware. Fixes #1171341 (Calibre wont recognise Laser EB720 ereader) --- src/calibre/devices/teclast/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/teclast/driver.py b/src/calibre/devices/teclast/driver.py index acd20308ad..95d8c3cf3f 100644 --- a/src/calibre/devices/teclast/driver.py +++ b/src/calibre/devices/teclast/driver.py @@ -58,8 +58,8 @@ class PICO(NEWSMY): gui_name = 'Pico' description = _('Communicate with the Pico reader.') - VENDOR_NAME = ['TECLAST', 'IMAGIN', 'LASER-', ''] - WINDOWS_MAIN_MEM = ['USBDISK__USER', 'EB720'] + VENDOR_NAME = ['TECLAST', 'IMAGIN', 'LASER-', 'LASER', ''] + WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USBDISK__USER', 'EB720', 'EBOOK-EB720'] EBOOK_DIR_MAIN = 'Books' FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT'] SCAN_FROM_ROOT = True