mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:12:35 +02:00
Fix #6926 (Aldiko on Samsung Moment)
This commit is contained in:
parent
d7d613b0aa
commit
52b17cc1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class ANDROID(USBMS):
|
|||
0x227]},
|
||||
|
||||
# Samsung
|
||||
0x04e8 : { 0x681d : [0x0222, 0x0400],
|
||||
0x04e8 : { 0x681d : [0x0222, 0x0224, 0x0400],
|
||||
0x681c : [0x0222, 0x0224, 0x0400],
|
||||
0x6640 : [0x0100],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue