commit | a2677e4ad01f250b0765f04adf0acfa6627efc98 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Sun Dec 13 10:40:18 2009 -0800 |
committer | San Mehat <san@google.com> | Sat Dec 19 09:54:42 2009 -0800 |
tree | 1b45710a1cf2fdad5350c42fb4d6295aa80e8134 | |
parent | dd9b8e92aaf330b48ddb40a7380588ef92b53de6 [diff] [blame] |
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 {