From ea077b3b5e100b3426c572f24ad7439dc006a342 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Oct 2012 09:44:07 +0530 Subject: [PATCH] Fix #1061903 (device detection Motorola Defy XT) --- src/calibre/devices/android/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index be3e7e0e03..a2d556d583 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -54,6 +54,7 @@ class ANDROID(USBMS): # Motorola 0x22b8 : { 0x41d9 : [0x216], 0x2d61 : [0x100], 0x2d67 : [0x100], + 0x2de8 : [0x229], 0x41db : [0x216], 0x4285 : [0x216], 0x42a3 : [0x216], 0x4286 : [0x216], 0x42b3 : [0x216], 0x42b4 : [0x216], 0x7086 : [0x0226], 0x70a8: [0x9999], 0x42c4 : [0x216],