userlibandfileserver/fileserver/shostmassstorage/server/protocol/cscsiprotocol.cpp
branchRCL_3
changeset 62 4a8fed1c0ef6
parent 33 0173bcd7697c
child 87 2f92ad2dc5db
child 124 5802e2ce68ed
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cscsiprotocol.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cscsiprotocol.cpp	Sat Feb 20 00:10:51 2010 +0200
@@ -353,13 +353,13 @@
     if (info.iPeripheralQualifier != 0 && info.iPeripheralQualifier != 1)
         {
         __HOSTPRINT(_L("Peripheral Qualifier[Unknown device type]\n"))
-        return KErrNotSupported;
+        return KErrUnknown;
         }
 
     if (info.iPeripheralDeviceType != 0)
         {
         __HOSTPRINT(_L("Peripheral Device Type[Unsupported device type]\n"))
-        return KErrNotSupported;
+        return KErrUnknown;
         }
 
     iRemovableMedia = info.iRemovable;