X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fusb%2Fhcd.h;h=11b638195901450cda66f9a99b26e8d9ca0cf00d;hb=6d88e6792574497bfac9a81403cc47712040636f;hp=2e3a4ea1a3da77fa39522e022bd4aff9e98059be;hpb=96e077ae347912dfce0e93f5958efc3ed6f311f4;p=~andy%2Flinux diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 2e3a4ea1a3d..11b63819590 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -95,6 +95,7 @@ struct usb_hcd { #define HCD_FLAG_SAW_IRQ 0x00000002 unsigned rh_registered:1;/* is root hub registered? */ + unsigned rh_pollable:1; /* may we poll the root hub? */ /* The next flag is a stopgap, to be removed when all the HCDs * support the new root-hub polling mechanism. */