From f5e3378fa7b7263df7cb955d7f5612f0e7325954 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Jul 2011 09:12:39 -0600 Subject: [PATCH] Fix #814107 (New device compatibility - bq DaVinci) --- src/calibre/devices/android/driver.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index e34852130b..d26489c42f 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -47,10 +47,12 @@ class ANDROID(USBMS): # Google 0x18d1 : { + 0x0001 : [0x0223], 0x4e11 : [0x0100, 0x226, 0x227], - 0x4e12: [0x0100, 0x226, 0x227], - 0x4e21: [0x0100, 0x226, 0x227], - 0xb058: [0x0222, 0x226, 0x227]}, + 0x4e12 : [0x0100, 0x226, 0x227], + 0x4e21 : [0x0100, 0x226, 0x227], + 0xb058 : [0x0222, 0x226, 0x227] + }, # Samsung 0x04e8 : { 0x681d : [0x0222, 0x0223, 0x0224, 0x0400],