Notify when disk scan finished.

Bug: 19993667
Change-Id: I20dc183a35c11b5b4ba6139e690929b9c279b830
diff --git a/ResponseCode.h b/ResponseCode.h
index 2430f99..d1b5f75 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -69,7 +69,7 @@
     static const int DiskCreated = 640;
     static const int DiskSizeChanged = 641;
     static const int DiskLabelChanged = 642;
-    static const int DiskUnsupported = 643;
+    static const int DiskScanned = 643;
     static const int DiskDestroyed = 649;
 
     static const int VolumeCreated = 650;