linux/drivers/staging/usbip
Arjan Mels d3ac077880 staging: usbip: bugfix prevent driver unbind
Implemented pre_reset and post_reset methods of the driver to prevent the
driver from being unbound upon a device reset. Because of this also the
asynchronous reset introduced to prevent a race condition is no longer necessary
(and sometimes causes problems, because it comes later then expected).

Signed-off-by: Arjan Mels <arjan.mels@gmx.net>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>
Cc: Max Vozeler <max@vozeler.com>
Cc: usbip-devel <usbip-devel@lists.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-07 12:28:41 -07:00
..
userspace staging: usbip: userspace: bind-driver.c: mark remote_host as unused 2011-05-19 15:34:10 -07:00
Kconfig staging: usbip: edit Kconfig and rename CONFIG options 2011-05-12 09:17:57 -07:00
Makefile staging: usbip: edit Kconfig and rename CONFIG options 2011-05-12 09:17:57 -07:00
README
stub.h staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
stub_dev.c staging: usbip: bugfix prevent driver unbind 2011-06-07 12:28:41 -07:00
stub_main.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
stub_rx.c staging: usbip: bugfix prevent driver unbind 2011-06-07 12:28:41 -07:00
stub_tx.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
usbip_common.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
usbip_common.h staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
usbip_event.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
vhci.h staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
vhci_hcd.c Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-05-23 12:49:28 -07:00
vhci_rx.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00
vhci_sysfs.c Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-05-23 12:49:28 -07:00
vhci_tx.c staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_ 2011-05-19 16:57:30 -07:00

README

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>