From d510953d061e82a78bc1bb282e8217151d008a14 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Jul 2010 16:33:03 -0600 Subject: [PATCH] Fix #6332 (Droid X Add Device Request) --- src/calibre/devices/android/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index cba009ec67..d575c00e1d 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -22,7 +22,8 @@ class ANDROID(USBMS): 0x0bb4 : { 0x0c02 : [0x100], 0x0c01 : [0x100], 0x0ff9 : [0x0100]}, # Motorola - 0x22b8 : { 0x41d9 : [0x216], 0x2d67 : [0x100], 0x41db : [0x216]}, + 0x22b8 : { 0x41d9 : [0x216], 0x2d67 : [0x100], 0x41db : [0x216], + 0x4285 : [0x216]}, # Sony Ericsson 0xfce : { 0xd12e : [0x0100]},