mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-29 21:46:14 +01:00
Fix #990451 (Calibre 0.8.4x GUI not detecting Android Phone)
This commit is contained in:
parent
b1e35bdaf3
commit
a1e718e130
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ANDROID(USBMS):
|
|||
0xcac : HTC_BCDS,
|
||||
0xccf : HTC_BCDS,
|
||||
0x2910 : HTC_BCDS,
|
||||
0xff9 : [0x9999],
|
||||
0xff9 : HTC_BCDS + [0x9999],
|
||||
},
|
||||
|
||||
# Eken
|
||||
|
|
|
|||
Loading…
Reference in a new issue