openwrtv3/package/network/utils/uqmi
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
..
files/lib/netifd/proto net: uqmi: fix blocking in endless loops when unplugging device 2017-10-09 16:07:42 +02:00
Makefile uqmi: mark as nonshared because of the usb dependencies 2017-01-13 12:08:09 +01:00