Changeset 76fbd9a in mainline for uspace/drv/bus/usb/uhcirh/port.c
- Timestamp:
- 2012-02-24T19:07:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a76b01b4
- Parents:
- 5837c7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhcirh/port.c
r5837c7a r76fbd9a 64 64 return pio_read_16(port->address); 65 65 } 66 /*----------------------------------------------------------------------------*/ 66 67 67 /** Register writing helper function. 68 68 * … … 76 76 pio_write_16(port->address, val); 77 77 } 78 /*----------------------------------------------------------------------------*/ 78 79 79 /** Initialize UHCI root hub port instance. 80 80 * … … 128 128 return EOK; 129 129 } 130 /*----------------------------------------------------------------------------*/ 130 131 131 /** Cleanup UHCI root hub port instance. 132 132 * … … 142 142 return; 143 143 } 144 /*----------------------------------------------------------------------------*/ 144 145 145 /** Periodically checks port status and reports new devices. 146 146 * … … 211 211 return EOK; 212 212 } 213 /*----------------------------------------------------------------------------*/ 213 214 214 /** Callback for enabling port during adding a new device. 215 215 * … … 248 248 return EOK; 249 249 } 250 /*----------------------------------------------------------------------------*/ 250 251 251 /** Initialize and report connected device. 252 252 * … … 283 283 return EOK; 284 284 } 285 /*----------------------------------------------------------------------------*/ 285 286 286 /** Remove device. 287 287 * … … 325 325 return EOK; 326 326 } 327 /*----------------------------------------------------------------------------*/ 327 328 328 /** Enable or disable root hub port. 329 329 * … … 359 359 return EOK; 360 360 } 361 /*----------------------------------------------------------------------------*/ 361 362 362 /** Print the port status value in a human friendly way 363 363 *
Note:
See TracChangeset
for help on using the changeset viewer.