From 4e219458b092dbe93c9e5e6c66444b5b1476b177 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 Feb 2012 23:06:09 +0530 Subject: [PATCH] Fix #938831 (Kindle for Android on Sony Ericsson Experia PLAY 4G Not Supported) --- 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 2b01e76a76..b0b6d320f8 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -68,6 +68,7 @@ class ANDROID(USBMS): # Sony Ericsson 0xfce : { 0xd12e : [0x0100], + 0xe15d : [0x226], 0xe14f : [0x0226], 0x614f : [0x0226, 0x100], 0x6156 : [0x0226, 0x100],