diff -r 6bb05bdcbe09 -r 1fc153c72b60 resourcemgmt/hwrmfmtxwatcherplugin/src/hwrmfmtxusbobserver.cpp --- 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;