Changes in uspace/drv/ohci/hc.c [03cfda08:c8eddf4] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.c

    r03cfda08 rc8eddf4  
    334334{
    335335        assert(instance);
     336        usb_log_debug("Requesting OHCI control.\n");
    336337        /* Turn off legacy emulation */
    337338        volatile uint32_t *ohci_emulation_reg =
     
    339340        usb_log_debug("OHCI legacy register %p: %x.\n",
    340341                ohci_emulation_reg, *ohci_emulation_reg);
    341         *ohci_emulation_reg = 0;
     342        *ohci_emulation_reg &= ~0x1;
    342343
    343344        /* Interrupt routing enabled => smm driver is active */
Note: See TracChangeset for help on using the changeset viewer.