From 0f1a4e537b0f632dd242be52b93c505ae4ca9b7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Jul 2012 21:34:52 +0530 Subject: [PATCH] Fix #1021365 (Support for Sony Ericsson Sola in Calibre) --- 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 32260e615f..da787f0b81 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 : { + 0xa173 : [0x216], 0xd12e : [0x0100], 0xe156 : [0x226], 0xe15d : [0x226],