mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:14:31 +02:00
Fix #8961 (Device request: Kendo/Yifang M7)
This commit is contained in:
parent
3cc6dc480a
commit
93747dbe94
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class ANDROID(USBMS):
|
|||
|
||||
VENDOR_ID = {
|
||||
# HTC
|
||||
0x0bb4 : { 0x0c02 : [0x100, 0x0227, 0x0226],
|
||||
0x0bb4 : { 0x0c02 : [0x100, 0x0227, 0x0226, 0x222],
|
||||
0x0c01 : [0x100, 0x0227, 0x0226],
|
||||
0x0ff9 : [0x0100, 0x0227, 0x0226],
|
||||
0x0c87 : [0x0100, 0x0227, 0x0226],
|
||||
|
|
|
|||
Loading…
Reference in a new issue