Changeset 02a7575 in mainline
- Timestamp:
- 2017-12-20T14:04:05Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a31068a
- Parents:
- 47a9633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbdiag/main.c
r47a9633 r02a7575 129 129 .direction = USB_DIRECTION_IN, 130 130 .interface_class = USB_CLASS_DIAGNOSTIC, 131 .interface_subclass = 0x00, 132 .interface_protocol = 0x01, 131 133 .flags = 0 132 134 }; … … 135 137 .direction = USB_DIRECTION_OUT, 136 138 .interface_class = USB_CLASS_DIAGNOSTIC, 139 .interface_subclass = 0x00, 140 .interface_protocol = 0x01, 137 141 .flags = 0 138 142 }; … … 141 145 .direction = USB_DIRECTION_IN, 142 146 .interface_class = USB_CLASS_DIAGNOSTIC, 147 .interface_subclass = 0x00, 148 .interface_protocol = 0x01, 143 149 .flags = 0 144 150 }; … … 147 153 .direction = USB_DIRECTION_OUT, 148 154 .interface_class = USB_CLASS_DIAGNOSTIC, 155 .interface_subclass = 0x00, 156 .interface_protocol = 0x01, 149 157 .flags = 0 150 158 }; … … 153 161 .direction = USB_DIRECTION_IN, 154 162 .interface_class = USB_CLASS_DIAGNOSTIC, 163 .interface_subclass = 0x00, 164 .interface_protocol = 0x01, 155 165 .flags = 0 156 166 }; … … 159 169 .direction = USB_DIRECTION_OUT, 160 170 .interface_class = USB_CLASS_DIAGNOSTIC, 171 .interface_subclass = 0x00, 172 .interface_protocol = 0x01, 161 173 .flags = 0 162 174 };
Note:
See TracChangeset
for help on using the changeset viewer.