-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 115559 b: refs/heads/master c: 05a1f28 h: refs/heads/master i: 115557: 2a3de31 115555: b5d9839 115551: 3642bf9 v: v3
- Loading branch information
Takahiro Hirofuchi
authored and
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
e53e57d
commit 1ea54b5
Showing
9 changed files
with
1,574 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 866b8695d67e83f47194731d3a7ba55826a7ec70 | ||
refs/heads/master: 05a1f28e879e3b4d6a9c08e30b1898943f77b6e7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
config USB_IP_COMMON | ||
tristate "USB IP support (EXPERIMENTAL)" | ||
depends on USB && EXPERIMENTAL | ||
default N | ||
---help--- | ||
This enables pushing USB packets over IP to allow remote | ||
machines access to USB devices directly. For more details, | ||
and links to the userspace utility programs to let this work | ||
properly, see http://usbip.naist.jp/ | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called usbip_common_mod. | ||
|
||
If unsure, say N. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o | ||
usbip_common_mod-objs := usbip_common.o usbip_event.o | ||
|
||
ifeq ($(CONFIG_USB_DEBUG),y) | ||
EXTRA_CFLAGS += -DDEBUG | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
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> |
Oops, something went wrong.