Changes in uspace/lib/usbhost/include/usb/host/usb_device_manager.h [0cd8089:c59dbdd5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_device_manager.h
r0cd8089 rc59dbdd5 59 59 devman_handle_t handle; /**< Devman handle of the device. */ 60 60 } devices[USB_ADDRESS_COUNT]; 61 /** Maximum speed allowed. */ 61 62 usb_speed_t max_speed; 63 /** Protect access to members. */ 62 64 fibril_mutex_t guard; 63 65 /** The last reserved address */
Note:
See TracChangeset
for help on using the changeset viewer.