From 44c51dea0fc00d13abf97f184e22f8f90b106096 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Oct 2011 17:59:46 +0530 Subject: [PATCH] USB id for Trekstor Reader 3.0 on linux --- 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 6db97370d6..efde36591e 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, + PRODUCT_ID = [0x0041, 0x0042, 0x0052, 0x003e # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091 ] BCD = [0x0002]