Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / hid / wacom_sys.c
index ccf1883318c37ff401c08a147d365ab2fbb0d5df..499cc8213cfe1627b95364f7143bd6f98e064eee 100644 (file)
@@ -493,7 +493,8 @@ static void wacom_retrieve_hid_descriptor(struct hid_device *hdev,
        features->x_fuzz = 4;
        features->y_fuzz = 4;
        features->pressure_fuzz = 0;
-       features->distance_fuzz = 0;
+       features->distance_fuzz = 1;
+       features->tilt_fuzz = 1;
 
        /*
         * The wireless device HID is basic and layout conflicts with
This page took 0.026892 seconds and 5 git commands to generate.