mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
Windows drivers for PRS-(3/6)50
This commit is contained in:
parent
786e904186
commit
a5ccbbcb21
1 changed files with 3 additions and 3 deletions
|
|
@ -36,15 +36,15 @@ class PRS505(USBMS):
|
|||
VENDOR_NAME = 'SONY'
|
||||
WINDOWS_MAIN_MEM = re.compile(
|
||||
r'(PRS-(505|300|500))|'
|
||||
r'(PRS-((700[#/])|((6|9)00&)))'
|
||||
r'(PRS-((700[#/])|((6|9|3)(0|5)0&)))'
|
||||
)
|
||||
WINDOWS_CARD_A_MEM = re.compile(
|
||||
r'(PRS-(505|500)[#/]\S+:MS)|'
|
||||
r'(PRS-((700[/#]\S+:)|((6|9)00[#_]))MS)'
|
||||
r'(PRS-((700[/#]\S+:)|((6|9)(0|5)0[#_]))MS)'
|
||||
)
|
||||
WINDOWS_CARD_B_MEM = re.compile(
|
||||
r'(PRS-(505|500)[#/]\S+:SD)|'
|
||||
r'(PRS-((700[/#]\S+:)|((6|9)00[#_]))SD)'
|
||||
r'(PRS-((700[/#]\S+:)|((6|9)(0|5)0[#_]))SD)'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue