mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add usb ids for Motorola Milestone X2. Fixes #1343704 [Failure to detect Motorola Milestone X2](https://bugs.launchpad.net/calibre/+bug/1343704)
This commit is contained in:
parent
1ef1bcd9a9
commit
ba75506ee3
@ -62,12 +62,13 @@ class ANDROID(USBMS):
|
|||||||
},
|
},
|
||||||
|
|
||||||
# Motorola
|
# Motorola
|
||||||
0x22b8 : {0x41d9 : [0x216], 0x2d61 : [0x100], 0x2d67 : [0x100],
|
0x22b8 : {
|
||||||
|
0x41d9 : [0x216], 0x2d61 : [0x100], 0x2d67 : [0x100],
|
||||||
0x2de8 : [0x229],
|
0x2de8 : [0x229],
|
||||||
0x41db : [0x216], 0x4285 : [0x216], 0x42a3 : [0x216],
|
0x41db : [0x216], 0x4285 : [0x216], 0x42a3 : [0x216],
|
||||||
0x4286 : [0x216], 0x42b3 : [0x216], 0x42b4 : [0x216],
|
0x4286 : [0x216], 0x42b3 : [0x216], 0x42b4 : [0x216],
|
||||||
0x7086 : [0x0226], 0x70a8: [0x9999], 0x42c4 : [0x216],
|
0x7086 : [0x0226], 0x70a8: [0x9999], 0x42c4 : [0x216],
|
||||||
0x70c6 : [0x226],
|
0x70c6 : [0x226], 0x70c7: [0x226],
|
||||||
0x4316 : [0x216],
|
0x4316 : [0x216],
|
||||||
0x4317 : [0x216],
|
0x4317 : [0x216],
|
||||||
0x42d6 : [0x216],
|
0x42d6 : [0x216],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user