summaryrefslogtreecommitdiff
path: root/src/class/cdc
diff options
context:
space:
mode:
authorJeff Trull <[email protected]>2023-02-12 20:52:17 -0800
committerJeff Trull <[email protected]>2023-02-12 20:52:17 -0800
commit7e2c5fcc8aa7c39f6c65d7cb85c7d4522b0050be (patch)
tree74df9b871521c1d0ba638ec0a14bfcd8db82ac98 /src/class/cdc
parentf48ae4aad7dea10e318bf82d1b59a75a3c325697 (diff)
Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabilities_t
Diffstat (limited to 'src/class/cdc')
-rw-r--r--src/class/cdc/cdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc.h b/src/class/cdc/cdc.h
index 842ea4dfe..4658e43af 100644
--- a/src/class/cdc/cdc.h
+++ b/src/class/cdc/cdc.h
@@ -379,7 +379,7 @@ typedef struct TU_ATTR_PACKED
uint32_t line_state_change : 1; ///< 0 : Does not support line state change notification. 1 : Does support line state change notification
uint32_t TU_RESERVED0 : 2;
uint32_t TU_RESERVED1 : 16;
- uint32_t TU_RESERVED2 : 4;
+ uint32_t TU_RESERVED2 : 8;
} bmCapabilities;
}cdc_desc_func_telephone_call_state_reporting_capabilities_t;