Changeset 95d5dca in mainline for uspace/drv/bus/usb/ehci/ehci_rh.h


Ignore:
Timestamp:
2014-01-22T18:38:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82a639cd
Parents:
b300d2b
Message:

ehci, rh: Handle status change bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_rh.h

    rb300d2b r95d5dca  
    6363        /** interrupt transfer waiting for an actual interrupt to occur */
    6464        usb_transfer_batch_t *unfinished_interrupt_transfer;
     65        bool reset_flag[EHCI_MAX_PORTS];
     66        bool resume_flag[EHCI_MAX_PORTS];
    6567} ehci_rh_t;
    6668
Note: See TracChangeset for help on using the changeset viewer.