Changeset 50ba203 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-02-20T15:46:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6bb83c7
- Parents:
- d81ef61c (diff), 0c00dac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
rd81ef61c r50ba203 36 36 #define DRV_USBHUB_USBHUB_H 37 37 38 #include <ipc/devman.h> 39 #include <usb/usb.h> 40 #include <driver.h> 41 38 42 #define NAME "usbhub" 39 43 44 <<<<<<< TREE 40 45 #include "usb/hcdhubd.h" 41 46 42 47 #include <usb/pipes.h> 43 48 49 ======= 50 >>>>>>> MERGE-SOURCE 44 51 /** basic information about device attached to hub */ 45 52 typedef struct{ … … 62 69 /** attached device handles, for each port one */ 63 70 usb_hub_attached_device_t * attached_devs; 64 /** General usb device info. */65 usb_ hcd_attached_device_info_t * usb_device;71 /** USB address of the hub. */ 72 usb_address_t address; 66 73 /** General device info*/ 67 74 device_t * device; 75 <<<<<<< TREE 68 76 /** connection to hcd */ 69 77 usb_device_connection_t connection; … … 71 79 usb_hub_endpoints_t endpoints; 72 80 81 ======= 82 >>>>>>> MERGE-SOURCE 73 83 } usb_hub_info_t; 74 84
Note:
See TracChangeset
for help on using the changeset viewer.