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:
parent
931cbea770
commit
12dbe6e335
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue