Fix #4088 (HTC Hero not detected)

This commit is contained in:
Kovid Goyal 2009-11-29 18:25:27 -07:00
parent 460fd2f3d4
commit f94a62cde7

View File

@ -20,7 +20,7 @@ class ANDROID(USBMS):
VENDOR_ID = [ VENDOR_ID = [
0x0bb4, 0x0bb4,
] ]
PRODUCT_ID = [0x0c02] PRODUCT_ID = [0x0c02, 0x0c01]
BCD = [0x100] BCD = [0x100]
EBOOK_DIR_MAIN = 'wordplayer/calibretransfer' EBOOK_DIR_MAIN = 'wordplayer/calibretransfer'