From 12f19a4200b4d01796a40f40426ec3b20c829a47 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Dec 2012 09:58:12 +0530 Subject: [PATCH] Fix #1088112 (Support for Emerson EM543 Android Tablet) --- src/calibre/devices/android/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index 060df202b0..d79c84e76c 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -92,7 +92,7 @@ class ANDROID(USBMS): # Google 0x18d1 : { 0x0001 : [0x0223, 0x230, 0x9999], - 0x0003 : [0x0230], + 0x0003 : [0x0230, 0x9999], 0x4e11 : [0x0100, 0x226, 0x227], 0x4e12 : [0x0100, 0x226, 0x227], 0x4e21 : [0x0100, 0x226, 0x227, 0x231],