1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

avoid miracle filter on wifi devices

This commit is contained in:
Alberto Fanjul 2014-08-29 18:06:20 +02:00
parent 931cbea770
commit 12dbe6e335

View file

@ -97,7 +97,9 @@ static void manager_add_udev_link(struct manager *m,
link_set_friendly_name(l, m->friendly_name);
#if 0
if (udev_device_has_tag(d, "miracle"))
#endif
link_set_managed(l, true);
}