mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #885058 (Not detecting HTC Incredible S Android phone)
This commit is contained in:
parent
55794f2d9d
commit
b44bb37f62
@ -36,7 +36,8 @@ class ANDROID(USBMS):
|
|||||||
0xca2 : [0x100, 0x0227, 0x0226, 0x222],
|
0xca2 : [0x100, 0x0227, 0x0226, 0x222],
|
||||||
0xca3 : [0x100, 0x0227, 0x0226, 0x222],
|
0xca3 : [0x100, 0x0227, 0x0226, 0x222],
|
||||||
0xca4 : [0x100, 0x0227, 0x0226, 0x222],
|
0xca4 : [0x100, 0x0227, 0x0226, 0x222],
|
||||||
0xca9 : [0x100, 0x0227, 0x0226, 0x222]
|
0xca9 : [0x100, 0x0227, 0x0226, 0x222],
|
||||||
|
0xcac : [0x100, 0x0227, 0x0226, 0x222],
|
||||||
},
|
},
|
||||||
|
|
||||||
# Eken
|
# Eken
|
||||||
|
Loading…
x
Reference in New Issue
Block a user