Changeset a6add7a in mainline for uspace/lib/usb/src/hub.c
- Timestamp:
- 2011-03-04T23:35:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 960bee9
- Parents:
- d78a32f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hub.c
rd78a32f ra6add7a 144 144 /** Wrapper for registering attached device to the hub. 145 145 * 146 * The @p enable_port function is expected to enable si ngalling on given146 * The @p enable_port function is expected to enable signaling on given 147 147 * port. 148 148 * The two arguments to it can have arbitrary meaning … … 152 152 * 153 153 * If the @p enable_port fails (i.e. does not return EOK), the device 154 * addition is cancel led.154 * addition is canceled. 155 155 * The return value is then returned (it is good idea to use different 156 156 * error codes than those listed as return codes by this function itself). … … 159 159 * @param connection Opened connection to host controller. 160 160 * @param dev_speed New device speed. 161 * @param enable_port Function for enabling signal ling through the port the161 * @param enable_port Function for enabling signaling through the port the 162 162 * device is attached to. 163 163 * @param port_no Port number (passed through to @p enable_port). … … 201 201 202 202 /* 203 * Enable the port (i.e. allow signal ling through this port).203 * Enable the port (i.e. allow signaling through this port). 204 204 */ 205 205 rc = enable_port(port_no, arg);
Note:
See TracChangeset
for help on using the changeset viewer.