From 2c3fb107485e7621bc9be8f393ee884288987ba2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Dec 2011 12:04:28 +0530 Subject: [PATCH] Fix #908533 (Huawei X6/Wellcom a99 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 4f2029dc6a..a6ecb85128 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -93,6 +93,7 @@ class ANDROID(USBMS): # Viewsonic/Vizio 0x0489 : { + 0xc000 : [0x0226], 0xc001 : [0x0226], 0xc004 : [0x0226], 0x8801 : [0x0226, 0x0227],