Loading drivers/usb/dwc3/debug.h +9 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,15 @@ static inline void dwc3_decode_set_clear_feature(__u8 t, __u8 b, __u16 v, case USB_DEVICE_TEST_MODE: s = "Test Mode"; break; case USB_DEVICE_U1_ENABLE: s = "U1 Enable"; break; case USB_DEVICE_U2_ENABLE: s = "U2 Enable"; break; case USB_DEVICE_LTM_ENABLE: s = "LTM Enable"; break; default: s = "UNKNOWN"; } s; }), Loading Loading
drivers/usb/dwc3/debug.h +9 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,15 @@ static inline void dwc3_decode_set_clear_feature(__u8 t, __u8 b, __u16 v, case USB_DEVICE_TEST_MODE: s = "Test Mode"; break; case USB_DEVICE_U1_ENABLE: s = "U1 Enable"; break; case USB_DEVICE_U2_ENABLE: s = "U2 Enable"; break; case USB_DEVICE_LTM_ENABLE: s = "LTM Enable"; break; default: s = "UNKNOWN"; } s; }), Loading