mirror of https://github.com/AxioDL/boo.git
mend
This commit is contained in:
parent
5b552cdc5d
commit
38326298a9
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue