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


Ignore:
File:
1 edited

Legend:

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

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