Skip to content

Instantly share code, notes, and snippets.

@Nokius
Last active October 8, 2016 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/db1d990a4882d48e6ea1ecf7ecc09758 to your computer and use it in GitHub Desktop.
Save Nokius/db1d990a4882d48e6ea1ecf7ecc09758 to your computer and use it in GitHub Desktop.
[SFOS] cancro patch

original commit

my file

@@ -593,7 +604,12 @@ struct mxt_data {
        bool use_last_golden;
        bool irq_enabled;
        struct mutex golden_mutex;
-       bool keys_off;
+       bool is_wakeable;
+       bool is_suspended;
+       bool is_resumed;
+       bool screen_off;
+       bool in_deepsleep;
+


        /* Slowscan parameters  */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment