1
linux/drivers/staging/usbip
Max Vozeler 0c9a32f019 staging: usbip: Notify usb core of port status changes
This patch changes vhci to behave like dummy and
other hcds when disconnecting a device.

Previously detaching a device from the root hub
did not notify the usb core of the disconnect and
left the device visible.

Signed-off-by: Max Vozeler <mvz@vozeler.com>
Reported-by: Marco Lancione <marco@optikam.com>
Tested-by: Luc Jalbert <ljalbert@optikam.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-21 11:00:21 -07:00
..
Kconfig
Makefile
README
stub_dev.c staging: usbip: fix memory leak 2010-08-31 14:51:52 -07:00
stub_main.c
stub_rx.c Staging: usbip: fix up build error 2010-07-27 11:12:21 -07:00
stub_tx.c
stub.h
usbip_common.c staging: usbip: resolved a space in a comment 2010-09-16 12:37:36 -07:00
usbip_common.h
usbip_event.c
vhci_hcd.c staging: usbip: Notify usb core of port status changes 2010-09-21 11:00:21 -07:00
vhci_rx.c
vhci_sysfs.c
vhci_tx.c
vhci.h

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>