Changeset ae3a941 in mainline for uspace/lib/drv/include/usb_iface.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usb_iface.h
r3692678 rae3a941 46 46 47 47 typedef struct { 48 usb_address_t address; /** Current USB address */ 49 uint8_t depth; /** Depth in the hub hiearchy */ 50 usb_speed_t speed; /** Speed of the device */ 51 devman_handle_t handle; /** Handle to DDF function of the HC driver */ 52 int iface; /** Interface set by multi interface driver, -1 if none */ 48 usb_address_t address; /**< Current USB address */ 49 uint8_t depth; /**< Depth in the hub hiearchy */ 50 usb_speed_t speed; /**< Speed of the device */ 51 devman_handle_t handle; /**< Handle to DDF function of the HC driver */ 52 /** Interface set by multi interface driver, -1 if none */ 53 int iface; 53 54 } usb_device_desc_t; 54 55
Note:
See TracChangeset
for help on using the changeset viewer.