X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fusb.h;h=d7ace1b80f09d0936c1f2f23e8a62b82f1c5baa7;hb=b1109bf085c8dd69537b7876ea83f914dd1fe46a;hp=e101a2d04d7588843083bfd466831e4fb807347e;hpb=1cc76b5ee02e4e884339ee3baf43cafd26dd4f1b;p=pandora-kernel.git diff --git a/include/linux/usb.h b/include/linux/usb.h index e101a2d04d75..d7ace1b80f09 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -192,6 +192,7 @@ struct usb_interface { unsigned needs_altsetting0:1; /* switch to altsetting 0 is pending */ unsigned needs_binding:1; /* needs delayed unbind/rebind */ unsigned reset_running:1; + unsigned resetting_device:1; /* true: bandwidth alloc after reset */ struct device dev; /* interface specific device info */ struct device *usb_dev;