Loading drivers/usb/dwc3/debug.h +3 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ static inline void dwc3_decode_get_status(__u8 t, __u16 i, __u16 l, char *str, size_t size) { switch (t & USB_RECIP_MASK) { case USB_RECIP_DEVICE: snprintf(str, size, "Get Device Status(Length = %d)", l); break; case USB_RECIP_INTERFACE: snprintf(str, size, "Get Interface Status(Intf = %d, Length = %d)", i, l); Loading Loading
drivers/usb/dwc3/debug.h +3 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ static inline void dwc3_decode_get_status(__u8 t, __u16 i, __u16 l, char *str, size_t size) { switch (t & USB_RECIP_MASK) { case USB_RECIP_DEVICE: snprintf(str, size, "Get Device Status(Length = %d)", l); break; case USB_RECIP_INTERFACE: snprintf(str, size, "Get Interface Status(Intf = %d, Length = %d)", i, l); Loading