Changes in uspace/drv/ohci/root_hub.c [8bb61e6:7d521e24] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.c
r8bb61e6 r7d521e24 420 420 * create answer to port status_request 421 421 * 422 * Copy content of corresponding port status register to answer buffer. The 423 * format of the port status register and port status data is the same ( 424 * see OHCI root hub and USB hub documentation). 422 * Copy content of corresponding port status register to answer buffer. 425 423 * 426 424 * @param instance root hub instance … … 452 450 * create answer to port status_request 453 451 * 454 * This copies flags in hub status register into the buffer. The format of the 455 * status register and status message is the same, according to USB hub 456 * specification and OHCI root hub specification. 452 * Copy content of hub status register to answer buffer. 457 453 * 458 454 * @param instance root hub instance
Note:
See TracChangeset
for help on using the changeset viewer.