No driver for Tolino Vision 2

Bug #1385904 reported by Michael
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

Complete list of ebook formats that your device supports:
EPUB, PDF(both with and without DRM), TXT

Is there a special directory on the device in which all ebook files should be placed:
Books

Further Information:
The Device has no external SD-Card, only internal memory

Driver information:
USB Vendor ID (in hex): 0x1f85
USB Product ID (in hex): 0x6053
USB Revision ID (in hex): 0x9999
Windows main memory vendor string: LINUX
Windows main memory ID string: FILE-CD_GADGET

Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in master

Fixed in branch master. The fix will be in the next release. calibre is usually released every Friday.

 status fixreleased

Changed in calibre:
status: New → Fix Released
Revision history for this message
SKAL (sir-kalot) wrote :

Is it possible to add a new Product ID for the same device

Not only 0x6053 but also 0x6052

---===>Device Information<===---
English product name: "tolino"

ConnectionStatus:
Current Config Value: 0x01 -> Device Bus Speed: High (is not SuperSpeed or higher capable)
Device Address: 0x06
Open Pipes: 4

          ===>Device Descriptor<===
bLength: 0x12
bDescriptorType: 0x01
bcdUSB: 0x0200
bDeviceClass: 0x00 -> This is an Interface Class Defined Device
bDeviceSubClass: 0x00
bDeviceProtocol: 0x00
bMaxPacketSize0: 0x40 = (64) Bytes
idVendor: 0x1F85 = Netronix Inc.
idProduct: 0x6052
bcdDevice: 0x9999
iManufacturer: 0x02
     English (United States) "Telekom"
iProduct: 0x03
     English (United States) "tolino"
iSerialNumber: 0x04
     English (United States) "50146775,73151eadeb804f19bf1faa398c95d1a9"
bNumConfigurations: 0x01

          ---===>Open Pipes<===---

Revision history for this message
SKAL (sir-kalot) wrote :

The file to modify should be this one... don't know if others too

$ diff ./calibre/devices/eb600/driver.py ./calibre/devices/eb600/driver.py.new
58c58
< PRODUCT_ID = EB600.PRODUCT_ID + [0x6033, 0x6053]
---
> PRODUCT_ID = EB600.PRODUCT_ID + [0x6033, 0x6053, 0x6052]
115c115
< is_tolino = product_id in (0x6033, 0x6053) or (product_id == 0x1688 and bcd == 0x226)
---
> is_tolino = product_id in (0x6033, 0x6053, 0x6052) or (product_id == 0x1688 and bcd == 0x226)

Revision history for this message
Kovid Goyal (kovid) wrote :

Sure.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.