dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/usbip
Shan Wei a7cd5829d8 Staging: usb-ip: vhci_hdc:Fix the returned error value
Compared with other drivers, the "ret" should be nagative and
returned. But in vhci_hdc, it always return 0;

I dont't use the driver, and I'm not familiar with the code.
Hope the patch is helpful.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:05 -07:00
..
Kconfig Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
Makefile Staging: USB/IP: add host driver 2008-10-10 15:31:09 -07:00
README
stub.h staging: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 13:52:05 -08:00
stub_dev.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_main.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_rx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
stub_tx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
usbip_common.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
usbip_common.h Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
usbip_event.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci.h Staging: USB/IP: add client driver 2008-10-10 15:31:09 -07:00
vhci_hcd.c Staging: usb-ip: vhci_hdc:Fix the returned error value 2009-09-15 12:02:05 -07:00
vhci_rx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci_sysfs.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -07:00
vhci_tx.c Staging: USB-IP code cleanup 2009-09-15 12:02:05 -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>