From befa061c9dfcd03f39523bab67ea8cd3fb6f271c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 Apr 2011 17:11:56 -0600 Subject: [PATCH] Fix #770037 (HTC Desire HD not recognised as device) --- 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 7fe246f450..4a48aef441 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -26,6 +26,7 @@ class ANDROID(USBMS): 0xc92 : [0x100], 0xc97 : [0x226], 0xc99 : [0x0100], + 0xca2 : [0x226], 0xca3 : [0x100], 0xca4 : [0x226], },