From 83a095de32a0dc19632b5ac48fbb5e9e3568aeda Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Dec 2011 19:18:49 +0530 Subject: [PATCH] ... --- src/calibre/devices/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index 4f3e914f75..742ea6b0f1 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -224,7 +224,7 @@ class TREKSTOR(USBMS): FORMATS = ['epub', 'txt', 'pdf'] VENDOR_ID = [0x1e68] - PRODUCT_ID = [0x0041, 0x0042, 0x0052, + PRODUCT_ID = [0x0041, 0x0042, 0x0052, 0x004e, 0x003e # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091 ] BCD = [0x0002]