From 45b23825a21785100a55cddab5149adee386ab25 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Feb 2011 11:12:14 -0700 Subject: [PATCH] Disable driver for Huawei android tablet/phones as Huawei for some reason seems to think that using the same USB ids for devices and USB sticks is a good idea --- src/calibre/devices/android/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index 53c73b01a0..6f77a4d96c 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -63,7 +63,8 @@ class ANDROID(USBMS): 0x0e79 : { 0x1419: [0x0216], 0x1420 : [0x0216], 0x1422 : [0x0216]}, # Huawei - 0x45e : { 0x00e1 : [0x007], }, + # Disabled as this USB id is used by various USB flash drives + #0x45e : { 0x00e1 : [0x007], }, # T-Mobile 0x0408 : { 0x03ba : [0x0109], },