Systemd/src/rfkill
S. Fan 8ec1a07998 rfkill: fix erroneous behavior when polling the udev monitor (#6489)
Comparing udev_device_get_sysname(device) and sysname will always return
true. We need to check the device received from udev monitor instead.

Also, fd_wait_for_event() sometimes never exits. Better set a timeout
here.
2017-07-31 12:10:10 +02:00
..
rfkill.c rfkill: fix erroneous behavior when polling the udev monitor (#6489) 2017-07-31 12:10:10 +02:00