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

Commit b7d6848f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update SOURCE_SENSOR source for input device." into sc-dev am: 917c81d6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/13447197

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icef478341e4d86f0aa5d1455e99128d6ddf0291d
parents 408014ca 917c81d6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -856,8 +856,10 @@ enum {
    AINPUT_SOURCE_TOUCH_NAVIGATION = 0x00200000 | AINPUT_SOURCE_CLASS_NONE,
    /** joystick */
    AINPUT_SOURCE_JOYSTICK = 0x01000000 | AINPUT_SOURCE_CLASS_JOYSTICK,
    /** HDMI */
    AINPUT_SOURCE_HDMI = 0x02000000 | AINPUT_SOURCE_CLASS_BUTTON,
    /** sensor */
    AINPUT_SOURCE_SENSOR = 0x02000000 | AINPUT_SOURCE_CLASS_JOYSTICK,
    AINPUT_SOURCE_SENSOR = 0x04000000 | AINPUT_SOURCE_UNKNOWN,
    /** rotary encoder */
    AINPUT_SOURCE_ROTARY_ENCODER = 0x00400000 | AINPUT_SOURCE_CLASS_NONE,