commit | cff150e32b40a960b2dcd49bf0b8f4ad01b768e9 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Mon Sep 19 09:34:57 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 24 20:41:00 2022 +0000 |
tree | 7d68bb34ea7554d71303580ecc917ba80d0b3f3a | |
parent | d8ef7b36a505286f7e3a41bd06f1a42127bb8da0 [diff] |
usb-dbg: modify HostSelector interface Modify HostSelector interface to follow phosphor-dbus-interface. LINK: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ia2ba24870c6f48f77cfad6b38983f8275ad308ab
diff --git a/src/usb-dbg.cpp b/src/usb-dbg.cpp index da3c341..c030e4e 100644 --- a/src/usb-dbg.cpp +++ b/src/usb-dbg.cpp
@@ -32,7 +32,7 @@ { const std::string path = "/xyz/openbmc_project/Chassis/Buttons/HostSelector"; const std::string interface = - "xyz.openbmc_project.Chassis.HostSelector.Selector"; + "xyz.openbmc_project.Chassis.Buttons.HostSelector"; const std::string propertyName = "Position"; } // namespace selector