mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 10:52:59 +02:00
Fix #775952 (Calibre not seeing dell streak 5 due to new USB identifier)
This commit is contained in:
parent
bb57816a98
commit
375529f7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class ANDROID(USBMS):
|
|||
0x502 : { 0x3203 : [0x0100]},
|
||||
|
||||
# Dell
|
||||
0x413c : { 0xb007 : [0x0100, 0x0224]},
|
||||
0x413c : { 0xb007 : [0x0100, 0x0224, 0x0226]},
|
||||
|
||||
# LG
|
||||
0x1004 : { 0x61cc : [0x100], 0x61ce : [0x100], 0x618e : [0x226] },
|
||||
|
|
|
|||
Loading…
Reference in a new issue