From 405267542b2090a7504acde4d549a0642765701e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Aug 2011 16:11:25 -0600 Subject: [PATCH] ... --- src/calibre/devices/android/driver.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index af6ed5e980..16df93442b 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -19,11 +19,12 @@ class ANDROID(USBMS): VENDOR_ID = { # HTC - 0x0bb4 : { 0xc02 : [0x100, 0x0227, 0x0226, 0x222], - 0xc01 : [0x100, 0x0227, 0x0226], - 0xff9 : [0x0100, 0x0227, 0x0226], - 0xc87 : [0x0100, 0x0227, 0x0226], - 0xc91 : [0x0100, 0x0227, 0x0226], + 0x0bb4 : { 0xc02 : [0x100, 0x0227, 0x0226, 0x222], + 0xc01 : [0x100, 0x0227, 0x0226], + 0xff9 : [0x0100, 0x0227, 0x0226], + 0xc86 : [0x100, 0x0227, 0x0226, 0x222], + 0xc87 : [0x0100, 0x0227, 0x0226], + 0xc91 : [0x0100, 0x0227, 0x0226], 0xc92 : [0x100, 0x0227, 0x0226, 0x222], 0xc97 : [0x100, 0x0227, 0x0226, 0x222], 0xc99 : [0x100, 0x0227, 0x0226, 0x222],