From 81033c31394590827e984f511abc14014f78a9c5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Jan 2018 11:45:43 +1000 Subject: [PATCH] wacom: drop the multiple definitions of SMARTPAD_UUID Let's use deadbeef for now until we have the generation code in place. --- tuhi/wacom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tuhi/wacom.py b/tuhi/wacom.py index c6b69ca..24527f9 100644 --- a/tuhi/wacom.py +++ b/tuhi/wacom.py @@ -41,8 +41,6 @@ ORIENTATION_UPSIDEDOWN_LANDSCAPE = 'epacsdnal' # FIXME: this should be generated once and stored for future use (dconf?) SMARTPAD_UUID = 'dead00beef00' -SMARTPAD_UUID = '1d6adc5fac76' -SMARTPAD_UUID = '4810d75d5d4d' def signed_char_to_int(v):