mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 00:13:06 +02:00
Fix #9299 (Optimus V (Android phone) not detected)
This commit is contained in:
parent
24d8f758e7
commit
7449f94fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class ANDROID(USBMS):
|
|||
0x413c : { 0xb007 : [0x0100, 0x0224]},
|
||||
|
||||
# LG
|
||||
0x1004 : { 0x61cc : [0x100] },
|
||||
0x1004 : { 0x61cc : [0x100], 0x61ce : [0x100] },
|
||||
|
||||
# Archos
|
||||
0x0e79 : {
|
||||
|
|
|
|||
Loading…
Reference in a new issue