Add USBIP drivers to kernel-modules-extra

Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
This commit is contained in:
Jonathan Dieter 2014-12-08 11:52:53 +02:00 committed by Josh Boyer
parent 910d932b3c
commit e1d72d2bd5
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -2313,6 +2313,7 @@ fi
# || ||
%changelog
* Wed Dec 17 2014 Josh Boyer <jwboyer@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@fedoraproject.org> - 3.17.7-200

View File

@ -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