mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return bool
[firefly-linux-kernel-4.4.55.git] / include / linux / usb.h
index 3deccab2ce0ab540033e067d70baa667112de0f7..b9a28074210f218e05383099b8c043d4ca9fff93 100644 (file)
@@ -122,6 +122,8 @@ enum usb_interface_condition {
  *     has been deferred.
  * @needs_binding: flag set when the driver should be re-probed or unbound
  *     following a reset or suspend operation it doesn't support.
+ * @authorized: This allows to (de)authorize individual interfaces instead
+ *     a whole device in contrast to the device authorization.
  * @dev: driver model's view of this device
  * @usb_dev: if an interface is bound to the USB major, this will point
  *     to the sysfs representation for that device.
@@ -326,6 +328,7 @@ struct usb_host_bos {
        /* wireless cap descriptor is handled by wusb */
        struct usb_ext_cap_descriptor   *ext_cap;
        struct usb_ss_cap_descriptor    *ss_cap;
+       struct usb_ssp_cap_descriptor   *ssp_cap;
        struct usb_ss_container_id_descriptor   *ss_id;
 };