Fix #1087978 (Unable to connect HTC Desire X Android device)

This commit is contained in:
Kovid Goyal 2012-12-08 19:15:37 +05:30
parent 3e08d47669
commit 68c2b8fa76

View File

@ -10,7 +10,7 @@ import cStringIO
from calibre.devices.usbms.driver import USBMS
HTC_BCDS = [0x100, 0x0222, 0x0226, 0x227, 0x228, 0x229, 0x9999]
HTC_BCDS = [0x100, 0x0222, 0x0226, 0x227, 0x228, 0x229, 0x0231, 0x9999]
class ANDROID(USBMS):