Revert "bramble: usb: add state of usb extcon to monitorffs" am: ad2114de41

Original change: https://android-review.googlesource.com/c/device/google/bramble/+/1716588

Change-Id: Ibcd20be36f1f68fdcebb11d1b29789d684c762fe
diff --git a/usb/UsbGadget.h b/usb/UsbGadget.h
index 32b173f..93c7d66 100644
--- a/usb/UsbGadget.h
+++ b/usb/UsbGadget.h
@@ -66,8 +66,7 @@
 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();