X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fusb%2Fhcd.h;h=9cfba4f2457b74049ab3059949ba96d903e1aee5;hb=66b0835e2bb3d345f060a47bb8c8f883bd25ec2b;hp=92b96fe39307f03f2f27ce51549dd92e26d3e934;hpb=479b46b5599b1e610630d7332e168c1f9c4ee0b4;p=~andy%2Flinux diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 92b96fe3930..9cfba4f2457 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -112,6 +112,7 @@ struct usb_hcd { /* Flags that get set only during HCD registration or removal. */ unsigned rh_registered:1;/* is root hub registered? */ unsigned rh_pollable:1; /* may we poll the root hub? */ + unsigned msix_enabled:1; /* driver has MSI-X enabled? */ /* The next flag is a stopgap, to be removed when all the HCDs * support the new root-hub polling mechanism. */