Changeset 5c5c9407 in mainline for uspace/drv/bus/usb/xhci/rh.h


Ignore:
Timestamp:
2017-10-03T23:12:40Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
816335c
Parents:
7776cb1
Message:

Implemented GetPortStatus request using XHCI port registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.h

    r7776cb1 r5c5c9407  
    4848        /** Virtual hub instance */
    4949        virthub_base_t base;
     50        /** XHCI operational registers */
     51        xhci_op_regs_t *op_regs;
    5052        /** USB hub descriptor describing the XHCI root hub */
    5153        struct {
     
    6264} xhci_rh_t;
    6365
    64 int xhci_rh_init(xhci_rh_t *);
     66int xhci_rh_init(xhci_rh_t *, xhci_op_regs_t *);
    6567int xhci_rh_fini(xhci_rh_t *);
    6668int xhci_handle_port_status_change_event(xhci_hc_t *, xhci_trb_t *);
Note: See TracChangeset for help on using the changeset viewer.