aboutsummaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-02-23 15:41:15 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-23 15:41:15 -0800
commit4d1c23e762ec6fdc5dcdee2447ffb5331d62a33f (patch)
tree5e8bb3ccb4afe655714aba3456a28809e52917a8 /usb
parent02fc0b90ce5738e7c1433e28704f1b76741cb214 (diff)
downloadpatches-4d1c23e762ec6fdc5dcdee2447ffb5331d62a33f.tar.gz
disable usbip drivers
Diffstat (limited to 'usb')
-rw-r--r--usb/usbip.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/usb/usbip.patch b/usb/usbip.patch
index 07ed5eb95fc8ce..51f68ea0b984c1 100644
--- a/usb/usbip.patch
+++ b/usb/usbip.patch
@@ -41,17 +41,17 @@ a link to the userspace tools needed to get this to work.
--- /dev/null
+++ gregkh-2.6/drivers/usb/ip/Kconfig
@@ -0,0 +1,32 @@
-+config USB_IP
-+ bool "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/
-+
-+ If unsure, say N.
++#config USB_IP
++# bool "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/
++#
++# If unsure, say N.
+
+config USB_IP_VHCI
+ tristate "USB IP Host controller driver"