]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: usbip: trigger driver probing after unbinding from usbip-host
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:33 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:48:11 +0000 (22:48 -0800)
commita46034ca57ed6bdbb574a46ca3453061946b62f9
tree81c1c77f4877b6d233d021f5a62da714b2cab6b4
parent2c8c981589468ede4ed0dc97d94980dfa40f466e
staging: usbip: trigger driver probing after unbinding from usbip-host

A sysfs attribute is used to announce kernel space that a
new driver probing session should be triggered for the just
unbinded device.

In order to have the address of struct device associated to this
USB device, a new member has been added to struct bus_id_priv.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/stub.h
drivers/staging/usbip/stub_dev.c
drivers/staging/usbip/stub_main.c
drivers/staging/usbip/userspace/src/usbip_unbind.c