Thanks Uri, see below
Uri Lublin wrote:
Hi Arnon,
Thanks for this patch.
1. I think we need to remove the device from the list upon
USB_CLERK_DRIVER_REMOVE
For example to prevent the following scenario: client1
install+uninstall, client2 install, client1 disconnect.
sure
2. Do we want
Hi Arnon,
Thanks for this patch.
1. I think we need to remove the device from the list upon
USB_CLERK_DRIVER_REMOVE
For example to prevent the following scenario: client1
install+uninstall, client2 install, client1 disconnect.
2. Do we want to limit the number of concurrent connected clie
-add message type USB_CLERK_DRIVER_SESSION_INSTALL, bump version to 3
-handle multiple pipe connections concurrently with thread for each one
-keep pipe open, and on pipe close - cleanup the session-specific devices
-add test for temporary driver install and multiple devices
rhbz#845216
---
usbcl