Changeset d5e7668 in mainline for uspace/lib/usbvirt/src/stdreq.c
- Timestamp:
- 2010-12-13T14:56:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 266d0871
- Parents:
- 76daaf9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/stdreq.c
r76daaf9f rd5e7668 184 184 .request_type = MAKE_BM_REQUEST_DEV(USB_DIRECTION_IN), 185 185 .request = USB_DEVREQ_GET_DESCRIPTOR, 186 .name = "GetDescriptor()", 186 187 .callback = handle_get_descriptor 187 188 }, … … 189 190 .request_type = MAKE_BM_REQUEST_DEV(USB_DIRECTION_OUT), 190 191 .request = USB_DEVREQ_SET_ADDRESS, 192 .name = "SetAddress()", 191 193 .callback = handle_set_address 192 194 }, … … 194 196 .request_type = MAKE_BM_REQUEST_DEV(USB_DIRECTION_OUT), 195 197 .request = USB_DEVREQ_SET_CONFIGURATION, 198 .name = "SetConfiguration()", 196 199 .callback = handle_set_configuration 197 200 },
Note:
See TracChangeset
for help on using the changeset viewer.