mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #875384 (Android Device Not detected - Freescale i.MX515 USB device)
This commit is contained in:
parent
6bbe3c82d7
commit
3c91e95a27
@ -49,6 +49,10 @@ class ANDROID(USBMS):
|
|||||||
0x7086 : [0x0226], 0x70a8: [0x9999], 0x42c4 : [0x216],
|
0x7086 : [0x0226], 0x70a8: [0x9999], 0x42c4 : [0x216],
|
||||||
0x70c6 : [0x226]
|
0x70c6 : [0x226]
|
||||||
},
|
},
|
||||||
|
# Freescale
|
||||||
|
0x15a2 : {
|
||||||
|
0x0c01 : [0x226]
|
||||||
|
},
|
||||||
|
|
||||||
# Sony Ericsson
|
# Sony Ericsson
|
||||||
0xfce : {
|
0xfce : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user