From 339572b15435ce6cb4cd86e36fca74d241d82623 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Sep 2011 09:38:15 -0600 Subject: [PATCH] Driver for HTC Evo --- 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 118954caad..63ec658b30 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -24,6 +24,7 @@ class ANDROID(USBMS): 0xff9 : [0x0100, 0x0227, 0x0226], 0xc86 : [0x100, 0x0227, 0x0226, 0x222], 0xc87 : [0x0100, 0x0227, 0x0226], + 0xc8d : [0x100, 0x0227, 0x0226, 0x222], 0xc91 : [0x0100, 0x0227, 0x0226], 0xc92 : [0x100, 0x0227, 0x0226, 0x222], 0xc97 : [0x100, 0x0227, 0x0226, 0x222],