Changeset 3df8ea9 in mainline for uspace/drv/bus/usb/usbhub/port.h
- Timestamp:
- 2013-01-07T16:52:15Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6becb9
- Parents:
- c8c758d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.h
rc8c758d r3df8ea9 59 59 bool reset_okay; 60 60 61 usb_device_handle_t attached_handle; 62 61 63 /** Information about attached device. */ 62 64 usb_hub_attached_device_t attached_device; … … 75 77 port->port_number = port_number; 76 78 port->control_pipe = control_pipe; 79 port->attached_handle = USB_DEVICE_HANDLE_INVALID; 77 80 fibril_mutex_initialize(&port->mutex); 78 81 fibril_condvar_initialize(&port->reset_cv);
Note:
See TracChangeset
for help on using the changeset viewer.