From a52c153382c701a9ef5c3763c1e42d1682b77cec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Oct 2011 19:25:45 +0530 Subject: [PATCH] Fix #878833 (Calbire doesn't detect samsung) --- 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 c16e3e6f5c..80f3fcbf4a 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -77,7 +77,7 @@ class ANDROID(USBMS): # Samsung 0x04e8 : { 0x681d : [0x0222, 0x0223, 0x0224, 0x0400], - 0x681c : [0x0222, 0x0224, 0x0400], + 0x681c : [0x0222, 0x0223, 0x0224, 0x0400], 0x6640 : [0x0100], 0x685b : [0x0400], 0x685e : [0x0400],