Changeset a5361fb in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2014-01-18T21:39:55Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bfcf22
Parents:
3e200736
Message:

ohci: Don't enable device interrupts if interrupt setup failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.h

    r3e200736 ra5361fb  
    7171        fibril_mutex_t guard;
    7272
     73        /** interrupts available */
     74        bool hw_interrupts;
     75
    7376        /** USB hub emulation structure */
    7477        ohci_rh_t rh;
Note: See TracChangeset for help on using the changeset viewer.