Changeset 4501e207 in mainline for uspace/drv
- Timestamp:
- 2011-10-12T17:31:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96fde65
- Parents:
- aa1922c
- Location:
- uspace/drv/bus/usb
- Files:
-
- 2 edited
-
uhcirh/port.h (modified) (1 diff)
-
usbhub/port.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhcirh/port.h
raa1922c r4501e207 63 63 usb_hc_connection_t hc_connection; 64 64 ddf_dev_t *rh; 65 usb_h c_attached_device_t attached_device;65 usb_hub_attached_device_t attached_device; 66 66 fid_t checker; 67 67 } uhci_port_t; -
uspace/drv/bus/usb/usbhub/port.h
raa1922c r4501e207 58 58 59 59 /** Information about attached device. */ 60 usb_h c_attached_device_t attached_device;60 usb_hub_attached_device_t attached_device; 61 61 } usb_hub_port_t; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
