Files
linux/drivers
Shuah Khan (Samsung OSG) cf3bcc3231 usbip: usbip_host: delete device from busid_table after rebind
commit 1e180f167d upstream.

Device is left in the busid_table after unbind and rebind. Rebind
initiates usb bus scan and the original driver claims the device.
After rescan the device should be deleted from the busid_table as
it no longer belongs to usbip_host.

Fix it to delete the device after device_attach() succeeds.

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-22 18:53:55 +02:00
..
2018-05-16 10:10:29 +02:00
2018-04-29 11:33:16 +02:00
2017-12-29 17:53:46 +01:00
2018-01-17 09:45:27 +01:00
2018-04-19 08:56:16 +02:00