From 382248eff11e10670ee59ec3cd03f655e00a5690 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Jul 2012 15:27:07 +0530 Subject: [PATCH] ... --- src/calibre/devices/android/driver.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index beee1082fb..e0d8cea8e6 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -10,7 +10,7 @@ import cStringIO from calibre.devices.usbms.driver import USBMS -HTC_BCDS = [0x100, 0x0222, 0x0226, 0x227, 0x228, 0x229] +HTC_BCDS = [0x100, 0x0222, 0x0226, 0x227, 0x228, 0x229, 0x9999] class ANDROID(USBMS): @@ -41,9 +41,10 @@ class ANDROID(USBMS): 0xca9 : HTC_BCDS, 0xcac : HTC_BCDS, 0xccf : HTC_BCDS, + 0xcd6 : HTC_BCDS, 0xce5 : HTC_BCDS, 0x2910 : HTC_BCDS, - 0xff9 : HTC_BCDS + [0x9999], + 0xff9 : HTC_BCDS, }, # Eken