From 8029f0b858a66a9af6017d06913ad0c77b3f1e1d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Aug 2010 07:41:41 -0600 Subject: [PATCH] Fix #6441 (HTC Desire Froyo (Android 2.2) not longer detected under calibre 0.7.13) --- src/calibre/devices/android/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index 00c1734a8b..a7b9fdea0f 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -19,8 +19,8 @@ class ANDROID(USBMS): VENDOR_ID = { # HTC - 0x0bb4 : { 0x0c02 : [0x100, 0x227], 0x0c01 : [0x100, 0x227], 0x0ff9 - : [0x0100, 0x227]}, + 0x0bb4 : { 0x0c02 : [0x100, 0x0227], 0x0c01 : [0x100, 0x0227], 0x0ff9 + : [0x0100, 0x0227, 0x0226]}, # Motorola 0x22b8 : { 0x41d9 : [0x216], 0x2d67 : [0x100], 0x41db : [0x216],