mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 05:46:11 +01:00
Fix #4088 (HTC Hero not detected)
This commit is contained in:
parent
460fd2f3d4
commit
f94a62cde7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ANDROID(USBMS):
|
|||
VENDOR_ID = [
|
||||
0x0bb4,
|
||||
]
|
||||
PRODUCT_ID = [0x0c02]
|
||||
PRODUCT_ID = [0x0c02, 0x0c01]
|
||||
BCD = [0x100]
|
||||
EBOOK_DIR_MAIN = 'wordplayer/calibretransfer'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue