Changeset 09ab0a9a in mainline for uspace/drv/bus/usb/vhc/hub/virthubops.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/hub/virthubops.c
rb2aaaa0 r09ab0a9a 84 84 } 85 85 86 87 86 uint8_t change_map = hub_get_status_change_bitmap(hub); 88 87 … … 340 339 } 341 340 342 343 344 341 /** Recipient: other. */ 345 342 #define REC_OTHER USB_REQUEST_RECIPIENT_OTHER … … 347 344 #define REC_DEVICE USB_REQUEST_RECIPIENT_DEVICE 348 345 349 350 346 /** Hub operations on control endpoint zero. */ 351 347 static usbvirt_control_request_handler_t endpoint_zero_handlers[] = { … … 409 405 } 410 406 }; 411 412 407 413 408 /** Hub operations. */
Note:
See TracChangeset
for help on using the changeset viewer.