From 38326298a94ca4f5c4c1eb68ff8c74bc30ae6a56 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 18 Feb 2016 06:34:19 -0800 Subject: [PATCH] mend --- lib/inputdev/HIDListenerUdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inputdev/HIDListenerUdev.cpp b/lib/inputdev/HIDListenerUdev.cpp index e42a641..fff7a2d 100644 --- a/lib/inputdev/HIDListenerUdev.cpp +++ b/lib/inputdev/HIDListenerUdev.cpp @@ -49,7 +49,7 @@ class HIDListenerUdev final : public IHIDListener int vid = 0, pid = 0; udev_list_entry* attrs = udev_device_get_properties_list_entry(device); -#if 1 +#if 0 udev_list_entry* att = nullptr; udev_list_entry_foreach(att, attrs) {