From 9b3c01e70336e3b0d06ca350e7bf24cf6630c14f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Jul 2012 09:48:11 +0530 Subject: [PATCH] Fix #1023461 (Device detection not working for new Android) --- 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 11184486e4..55423c3e4e 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -41,6 +41,7 @@ class ANDROID(USBMS): 0xca9 : HTC_BCDS, 0xcac : HTC_BCDS, 0xccf : HTC_BCDS, + 0xce5 : HTC_BCDS, 0x2910 : HTC_BCDS, 0xff9 : HTC_BCDS + [0x9999], },