Alexandru Ardelean a5d016f361 net: uqmi: fix blocking in endless loops when unplugging device
If you unplug a QMI device, the /dev/cdc-wdmX device
disappears but uqmi will continue to poll it endlessly.

Then, when you plug it back, you have 2 uqmi processes,
and that's bad, because 2 processes talking QMI to the
same device [and the same time] doesn't seem to work well.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-09 16:07:42 +02:00
..
2017-10-07 19:17:44 +02:00
2016-12-16 22:39:22 +01:00
2017-02-26 08:41:08 +01:00
2017-09-25 07:42:34 +03:00
2017-05-30 14:00:31 +02:00
2017-10-01 12:49:11 +02:00