mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 08:45:40 +01:00
Fix #760368 (Viewpad 7 support)
This commit is contained in:
parent
dadd4a1cbd
commit
ebe4e58b8b
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ class ANDROID(USBMS):
|
|||
0x6877 : [0x0400],
|
||||
},
|
||||
|
||||
# Viewsonic
|
||||
0x0489 : { 0xc001 : [0x0226] },
|
||||
|
||||
# Acer
|
||||
0x502 : { 0x3203 : [0x0100]},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue