mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #850848 (support requested for Sony Ericsson Xperia Arc - memory card file is "FB2 Books". Debug below)
This commit is contained in:
parent
0a83aba96e
commit
b231bc7283
@ -47,7 +47,10 @@ class ANDROID(USBMS):
|
||||
},
|
||||
|
||||
# Sony Ericsson
|
||||
0xfce : { 0xd12e : [0x0100]},
|
||||
0xfce : {
|
||||
0xd12e : [0x0100],
|
||||
0xe14f : [0x0226],
|
||||
},
|
||||
|
||||
# Google
|
||||
0x18d1 : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user