resourcemgmt/hwrmfmtxwatcherplugin/src/hwrmfmtxusbobserver.cpp
branchRCL_3
changeset 10 1fc153c72b60
parent 0 4e1aa6a622a0
--- a/resourcemgmt/hwrmfmtxwatcherplugin/src/hwrmfmtxusbobserver.cpp	Mon Mar 15 12:45:37 2010 +0200
+++ b/resourcemgmt/hwrmfmtxwatcherplugin/src/hwrmfmtxusbobserver.cpp	Wed Mar 31 23:31:40 2010 +0300
@@ -33,7 +33,7 @@
     INFO_LOG1( "UsbConnected - %d",  aDeviceState);
 
     if ( aDeviceState == EUsbDeviceStateAttached || aDeviceState == EUsbDeviceStatePowered ||
-    		aDeviceState == EUsbDeviceStateUndefined)
+    		aDeviceState == EUsbDeviceStateUndefined || aDeviceState == EUsbDeviceStateSuspended )
     	{
     	RDebug::Print(_L("return false "));
     	return EFalse;