diff options
Diffstat (limited to 'drivers/usb/cdns3/cdnsp-gadget.h')
| -rw-r--r-- | drivers/usb/cdns3/cdnsp-gadget.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/usb/cdns3/cdnsp-gadget.h b/drivers/usb/cdns3/cdnsp-gadget.h index 6bbb26548c04..783ca8ffde00 100644 --- a/drivers/usb/cdns3/cdnsp-gadget.h +++ b/drivers/usb/cdns3/cdnsp-gadget.h @@ -835,6 +835,7 @@ struct cdnsp_ep {  #define EP_WEDGE		BIT(4)  #define EP0_HALTED_STATUS	BIT(5)  #define EP_HAS_STREAMS		BIT(6) +#define EP_UNCONFIGURED		BIT(7)  	bool skip;  }; | 
