Changeset d1e580a in mainline for uspace/drv/bus/usb/ehci/main.c
- Timestamp:
- 2012-07-29T03:07:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10334c2e
- Parents:
- d7c8e39f (diff), b2ba418 (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/bus/usb/ehci/main.c
rd7c8e39f rd1e580a 49 49 50 50 static int ehci_dev_add(ddf_dev_t *device); 51 /*----------------------------------------------------------------------------*/ 51 52 52 static driver_ops_t ehci_driver_ops = { 53 53 .dev_add = ehci_dev_add, 54 54 }; 55 /*----------------------------------------------------------------------------*/ 55 56 56 static driver_t ehci_driver = { 57 57 .name = NAME, … … 62 62 }; 63 63 64 /*----------------------------------------------------------------------------*/ 64 65 65 /** Initializes a new ddf driver instance of EHCI hcd. 66 66 * … … 121 121 #undef CHECK_RET_RETURN 122 122 } 123 /*----------------------------------------------------------------------------*/ 123 124 124 /** Initializes global driver structures (NONE). 125 125 *
Note:
See TracChangeset
for help on using the changeset viewer.