X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fusb%2Fhcd.h;h=a854fe89484e4404ed14086fc441498fdfe85e7d;hb=091994cfb8e7d7a372c2d547778a91012d899e16;hp=dd6ee49a084464e8390041e041b3a2a8a855259a;hpb=428dcc19374c9ebcf8fee057057c9023174c1b2a;p=pandora-kernel.git diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index dd6ee49a0844..a854fe89484e 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. */