vold2: Get mounting/unmounting/formatting/sharing working

Signed-off-by: San Mehat <san@google.com>
diff --git a/NetlinkHandler.cpp b/NetlinkHandler.cpp
index 19ec932..5f897a2 100644
--- a/NetlinkHandler.cpp
+++ b/NetlinkHandler.cpp
@@ -52,6 +52,8 @@
 
     if (!strcmp(subsys, "block")) {
         vm->handleBlockEvent(evt);
+    } else if (!strcmp(subsys, "switch")) {
+        vm->handleSwitchEvent(evt);
     } else if (!strcmp(subsys, "battery")) {
     } else if (!strcmp(subsys, "power_supply")) {
     } else {