From 9224aa260867761d344e8c30ad9e44c6f9816a80 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 9 Jun 2012 08:05:41 +0530 Subject: [PATCH] Fix #930788 (Android Smartphone Sony Ericsson Xperia Neo not detected) --- 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 755bb0d8b2..2a9cb1fad6 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -72,6 +72,7 @@ class ANDROID(USBMS): # Sony Ericsson 0xfce : { 0xd12e : [0x0100], + 0xe156 : [0x226], 0xe15d : [0x226], 0xe14f : [0x0226], 0x614f : [0x0226, 0x100],