Skip to content

Instantly share code, notes, and snippets.

@kyuucr
Created May 9, 2014 18:50
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 kyuucr/578ae9054f839ec1284b to your computer and use it in GitHub Desktop.
Save kyuucr/578ae9054f839ec1284b to your computer and use it in GitHub Desktop.
Pressure patch for xf86-input-wizardpen 0.8.1
--- src/wizardpen.c.orig 2014-05-10 02:20:43.040405929 +0800
+++ src/wizardpen.c 2014-05-10 02:19:56.852518688 +0800
@@ -836,6 +836,7 @@
}
}
+ dev->proximity = NULL;
if (InitProximityClassDeviceStruct (dev) == FALSE)
{
xf86Msg(X_ERROR, "%s: unable to allocate ProximityClassDeviceStruct\n", local->name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment