From bffa00773d14f5cffec23f685a5fdd1642614201 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Oct 2011 18:52:41 +0530 Subject: [PATCH] T1 driver ad detection of SD card on windows --- src/calibre/devices/prst1/driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/devices/prst1/driver.py b/src/calibre/devices/prst1/driver.py index 22ef567280..44c93af4cc 100644 --- a/src/calibre/devices/prst1/driver.py +++ b/src/calibre/devices/prst1/driver.py @@ -47,6 +47,9 @@ class PRST1(USBMS): WINDOWS_MAIN_MEM = re.compile( r'(PRS-T1&)' ) + WINDOWS_CARD_A_MEM = re.compile( + r'(PRS-T1__SD&)' + ) MAIN_MEMORY_VOLUME_LABEL = 'SONY Reader Main Memory' STORAGE_CARD_VOLUME_LABEL = 'SONY Reader Storage Card'