Changeset 63862a0 in mainline for uspace/drv/usbhub/ports.c


Ignore:
Timestamp:
2011-05-30T20:01:42Z (15 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06f9d8fb, d754f59
Parents:
173922f (diff), be8d907 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

removed global hub powering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/ports.c

    r173922f r63862a0  
    9595 * @param port port number, starting from 1
    9696 */
    97 void usb_hub_process_interrupt(usb_hub_info_t *hub,
     97void usb_hub_process_port_interrupt(usb_hub_info_t *hub,
    9898    uint16_t port) {
    9999        usb_log_debug("Interrupt at port %zu\n", (size_t) port);
Note: See TracChangeset for help on using the changeset viewer.