提交 0c5d2954 编写于 作者: F Felipe Balbi

usb: dwc3: debug: decode a few more features

We were missing U1, U2 and LTM Enable features. Let's decode them.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 50c4c4e2
...@@ -247,6 +247,15 @@ static inline void dwc3_decode_set_clear_feature(__u8 t, __u8 b, __u16 v, ...@@ -247,6 +247,15 @@ static inline void dwc3_decode_set_clear_feature(__u8 t, __u8 b, __u16 v,
case USB_DEVICE_TEST_MODE: case USB_DEVICE_TEST_MODE:
s = "Test Mode"; s = "Test Mode";
break; 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: default:
s = "UNKNOWN"; s = "UNKNOWN";
} s; }), } s; }),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册