Changeset 5d07f54 in mainline for uspace/drv/ohci/main.c


Ignore:
Timestamp:
2011-05-07T11:42:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ab7c7f6
Parents:
bba0dc20
Message:

Reset OHCI root hub even if taking control from SMM driver

postpone root hub registration

File:
1 edited

Legend:

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

    rbba0dc20 r5d07f54  
    7575                return ret;
    7676        }
    77         device->driver_data = ohci;
     77//      device->driver_data = ohci;
     78        hc_register_hub(&ohci->hc, ohci->rh_fun);
    7879
    7980        usb_log_info("Controlling new OHCI device `%s'.\n", device->name);
Note: See TracChangeset for help on using the changeset viewer.