Skip to content
Snippets Groups Projects
Commit 9b9c586d authored by Lioncash's avatar Lioncash
Browse files

service/usb: Update IPdSession's function table

Updated based off information on SwitchBrew.
parent da5fcbf5
No related branches found
No related tags found
No related merge requests found
...@@ -132,11 +132,11 @@ public: ...@@ -132,11 +132,11 @@ public:
// clang-format off // clang-format off
static const FunctionInfo functions[] = { static const FunctionInfo functions[] = {
{0, nullptr, "BindNoticeEvent"}, {0, nullptr, "BindNoticeEvent"},
{1, nullptr, "Unknown1"}, {1, nullptr, "UnbindNoticeEvent"},
{2, nullptr, "GetStatus"}, {2, nullptr, "GetStatus"},
{3, nullptr, "GetNotice"}, {3, nullptr, "GetNotice"},
{4, nullptr, "Unknown2"}, {4, nullptr, "EnablePowerRequestNotice"},
{5, nullptr, "Unknown3"}, {5, nullptr, "DisablePowerRequestNotice"},
{6, nullptr, "ReplyPowerRequest"}, {6, nullptr, "ReplyPowerRequest"},
}; };
// clang-format on // clang-format on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment