mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #4088 (HTC Hero not detected)
This commit is contained in:
parent
460fd2f3d4
commit
f94a62cde7
@ -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…
x
Reference in New Issue
Block a user