usb cdc-acm: Set flag for supported capabilities
This commit is contained in:
parent
97f9f248f4
commit
4e0d563997
@ -185,7 +185,10 @@ impl<'d, D: Driver<'d>> CdcAcmClass<'d, D> {
|
|||||||
CS_INTERFACE,
|
CS_INTERFACE,
|
||||||
&[
|
&[
|
||||||
CDC_TYPE_ACM, // bDescriptorSubtype
|
CDC_TYPE_ACM, // bDescriptorSubtype
|
||||||
0x00, // bmCapabilities
|
0x02, // bmCapabilities:
|
||||||
|
// D1: Device supports the request combination of
|
||||||
|
// Set_Line_Coding, Set_Control_Line_State, Get_Line_Coding,
|
||||||
|
// and the Notification Serial_State.
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
alt.descriptor(
|
alt.descriptor(
|
||||||
|
Loading…
Reference in New Issue
Block a user