Changeset 5b89d43b in mainline for uspace/drv/bus/usb/uhci/res.c


Ignore:
Timestamp:
2013-12-14T11:54:29Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5ceb18
Parents:
3558ba93
Message:

Unbreak USB UHCI support.

  • Support PIO_WINDOW_DEV_IFACE in the uhci driver.
  • Do not base the UHCI RH resources on the address obtained from pio_enable_range().
  • Provide a restricted PIO window instead, based on the UHCI IO range. The UHCI RH resources are then relative to this window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/res.c

    r3558ba93 r5b89d43b  
    6262        hw_res_list_parsed_t hw_res;
    6363        hw_res_list_parsed_init(&hw_res);
    64         const int ret =  hw_res_get_list_parsed(parent_sess, &hw_res, 0);
     64        const int ret = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
    6565        async_hangup(parent_sess);
    6666        if (ret != EOK) {
Note: See TracChangeset for help on using the changeset viewer.