Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a3907c authored by Ray Chi's avatar Ray Chi Committed by Automerger Merge Worker
Browse files

Revert "redfin: usb: add state of usb extcon to monitorffs" am: 9abf72cd

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/14518350

Change-Id: Icc0603a051b037c9f28ea813af4ad7aa57e12db2
parents 00ce4bf0 9abf72cd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -66,8 +66,7 @@ using ::android::hardware::usb::gadget::V1_1::IUsbGadget;
using ::std::string;

constexpr char kGadgetName[] = "a600000.dwc3";
constexpr char kExtconUsbState[] = "/sys/class/extcon/extcon4/cable.0/state";
static MonitorFfs monitorFfs(kGadgetName, kExtconUsbState);
static MonitorFfs monitorFfs(kGadgetName);

struct UsbGadget : public IUsbGadget {
    UsbGadget();