Loading include/linux/usb/composite.h +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ #include <linux/log2.h> #include <linux/configfs.h> /* FUNCTION_SUSPEND: suspend options from usb 3.0 spec Table 9-7 */ #define FUNC_SUSPEND_OPT_SUSP_MASK BIT(0) #define FUNC_SUSPEND_OPT_RW_EN_MASK BIT(1) /* * USB function drivers should return USB_GADGET_DELAYED_STATUS if they * wish to delay the data/status stages of the control transfer till they Loading Loading
include/linux/usb/composite.h +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ #include <linux/log2.h> #include <linux/configfs.h> /* FUNCTION_SUSPEND: suspend options from usb 3.0 spec Table 9-7 */ #define FUNC_SUSPEND_OPT_SUSP_MASK BIT(0) #define FUNC_SUSPEND_OPT_RW_EN_MASK BIT(1) /* * USB function drivers should return USB_GADGET_DELAYED_STATUS if they * wish to delay the data/status stages of the control transfer till they Loading