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

Commit 3ae881ff authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Fix build."

parents 2332bb4e 0a9f335e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -863,7 +863,7 @@ int EventHub::openDevice(const char *devicePath) {
    // See if this device is a joystick.
    // Ignore touchscreens because they use the same absolute axes for other purposes.
    if (device->classes & INPUT_DEVICE_CLASS_GAMEPAD
            && !(device->classes & INPUT_DEVICE_CLASS_TOUCHSCREEN)) {
            && !(device->classes & INPUT_DEVICE_CLASS_TOUCH)) {
        if (test_bit(ABS_X, abs_bitmask)
                || test_bit(ABS_Y, abs_bitmask)
                || test_bit(ABS_HAT0X, abs_bitmask)