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

Commit d215599f authored by Daniel Norman's avatar Daniel Norman Committed by Gerrit Code Review
Browse files

Merge "Allows injection for the default HINGE_ANGLE sensor."

parents 5bb7be3f 56645759
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ class HingeAngleSensor : public OnChangeSensor {
        mSensorInfo.fifoMaxEventCount = 0;
        mSensorInfo.requiredPermission = "";
        mSensorInfo.flags = static_cast<uint32_t>(V1_0::SensorFlagBits::ON_CHANGE_MODE |
                                                  V1_0::SensorFlagBits::WAKE_UP);
                                                  V1_0::SensorFlagBits::WAKE_UP |
                                                  V1_0::SensorFlagBits::DATA_INJECTION);
    }
};