linux/drivers/staging/usbip
matt mooney af8bab0639 staging: usbip: userspace: configure.ac: major overhaul
All parameters have been quoted; and autoscan was rerun so new
headers, types, and functions were added. The deprecated macros
AM_CONFIG_HEADER and AM_PROG_LIBTOOL were changed to
AC_CONFIG_HEADERS and LT_INIT, respectively. The AS_HELP_STRING
macro is used to avoid arbitrary spacing for proper help menu
alignment, and AS_CASE to avoid quoting issues. And finally, the
macros were realigned to allow mere mortals the ability to read them.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-17 13:26:27 -07:00
..
userspace staging: usbip: userspace: configure.ac: major overhaul 2011-05-17 13:26:27 -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_dev.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
stub_main.c staging: usbip: edit Kconfig and rename CONFIG options 2011-05-12 09:17:57 -07:00
stub_rx.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
stub_tx.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
stub.h staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
usbip_common.c staging: usbip: fix wrong endian conversion 2011-05-17 11:37:13 -07:00
usbip_common.h staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
usbip_event.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
vhci_hcd.c staging: usbip: edit Kconfig and rename CONFIG options 2011-05-12 09:17:57 -07:00
vhci_rx.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
vhci_sysfs.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
vhci_tx.c staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00
vhci.h staging: usbip: fix header includes 2011-05-12 09:17:56 -07:00

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>