[kernel/f20] Add USBIP drivers to kernel-modules-extra

Josh Boyer jwboyer at fedoraproject.org
Thu Dec 18 13:46:03 UTC 2014


commit e1d72d2bd5ed2819008d952c49cfacb30da0f30c
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Mon Dec 8 11:52:53 2014 +0200

    Add USBIP drivers to kernel-modules-extra
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 config-generic |    5 ++++-
 kernel.spec    |    1 +
 mod-extra.list |    3 +++
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 8bfc581..1e5cc60 100644
--- a/config-generic
+++ b/config-generic
@@ -4994,7 +4994,10 @@ CONFIG_ALTERA_STAPL=m
 # CONFIG_DVB_CXD2099 is not set
 # CONFIG_DVB_RTL2832_SDR is not set
 # CONFIG_PWM_FSL_FTM is not set
-# CONFIG_USBIP_CORE is not set
+CONFIG_USBIP_CORE=m
+CONFIG_USBIP_VHCI_HCD=m
+CONFIG_USBIP_HOST=m
+# CONFIG_USBIP_DEBUG is not set
 # CONFIG_INTEL_MEI is not set
 # CONFIG_VT6655 is not set
 # CONFIG_USB_WPAN_HCD is not set
diff --git a/kernel.spec b/kernel.spec
index 07dbfc3..9479276 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2313,6 +2313,7 @@ fi
 #                 ||     ||
 %changelog
 * Wed Dec 17 2014 Josh Boyer <jwboyer at fedoraproject.org>
+- Enable USBIP in modules-extra from Johnathan Dieter (rhbz 1169478)
 - CVE-2014-XXXX isofs: infinite loop in CE record entries (rhbz 1175235 1175250)
 
 * Tue Dec 16 2014 Justin M. Forbes <jforbes at fedoraproject.org> - 3.17.7-200
diff --git a/mod-extra.list b/mod-extra.list
index 6e980f6..9794fef 100644
--- a/mod-extra.list
+++ b/mod-extra.list
@@ -189,3 +189,6 @@ orinoco_plx.ko
 orinoco_pci.ko
 orinoco_nortel.ko
 orinoco_usb.ko
+usbip-core.ko
+vhci-hcd.ko
+usbip-host.ko


More information about the scm-commits mailing list