Linux v3.16.6
This commit is contained in:
parent
fd419ac0ab
commit
85cc13a687
@ -25,7 +25,7 @@ diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
|
||||
index 50e854509f55..8f9d142aaf4a 100644
|
||||
--- a/drivers/usb/core/hub.c
|
||||
+++ b/drivers/usb/core/hub.c
|
||||
@@ -4522,6 +4522,9 @@ check_highspeed (struct usb_hub *hub, struct usb_device *udev, int port1)
|
||||
@@ -4524,6 +4524,9 @@ check_highspeed (struct usb_hub *hub, struct usb_device *udev, int port1)
|
||||
struct usb_qualifier_descriptor *qual;
|
||||
int status;
|
||||
|
||||
@ -39,9 +39,9 @@ diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h
|
||||
index 52f944dfe2fd..4681e0fb1fac 100644
|
||||
--- a/include/linux/usb/quirks.h
|
||||
+++ b/include/linux/usb/quirks.h
|
||||
@@ -30,4 +30,7 @@
|
||||
descriptor */
|
||||
#define USB_QUIRK_DELAY_INIT 0x00000040
|
||||
@@ -33,4 +33,7 @@
|
||||
/* device generates spurious wakeup, ignore remote wakeup capability */
|
||||
#define USB_QUIRK_IGNORE_REMOTE_WAKEUP 0x00000200
|
||||
|
||||
+/* device can't handle device_qualifier descriptor requests */
|
||||
+#define USB_QUIRK_DEVICE_QUALIFIER 0x00000100
|
||||
|
@ -74,7 +74,7 @@ Summary: The Linux kernel
|
||||
%if 0%{?released_kernel}
|
||||
|
||||
# Do we have a -stable update to apply?
|
||||
%define stable_update 5
|
||||
%define stable_update 6
|
||||
# Is it a -stable RC?
|
||||
%define stable_rc 0
|
||||
# Set rpm version accordingly
|
||||
@ -2258,6 +2258,9 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Wed Oct 15 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.16.6-200
|
||||
- Linux v3.16.6
|
||||
|
||||
* Mon Oct 13 2014 Josh Boyer <jwboyer@fedoraproject.org>
|
||||
- CVE-2014-7975 fs: umount DoS (rhbz 1151108 1152025)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user