Changeset e991937 in mainline for uspace/drv/bus/usb/ehci/main.c


Ignore:
Timestamp:
2013-08-07T12:10:51Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2757247
Parents:
d8d100c
Message:

usb: hc function no longer represents the HC nor holds its data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/main.c

    rd8d100c re991937  
    8989
    9090        /* High Speed, no bandwidth */
    91         ret = hcd_ddf_setup_device(device, NULL, USB_SPEED_HIGH, 0, NULL);     
     91        ret = hcd_ddf_setup_hc(device, USB_SPEED_HIGH, 0, NULL);       
    9292        CHECK_RET_RETURN(ret,
    9393            "Failed to init generci hcd driver: %s\n", str_error(ret));
Note: See TracChangeset for help on using the changeset viewer.