Changeset 7f810b3 in mainline for uspace/drv/uhci-rhd/port.c


Ignore:
Timestamp:
2011-03-12T15:56:20Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67352d2
Parents:
0db3ad6
Message:

Move port_status.h functionality to port.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.c

    r0db3ad6 r7f810b3  
    4444
    4545#include "port.h"
    46 #include "port_status.h"
    4746
    4847static int uhci_port_new_device(uhci_port_t *port, usb_speed_t speed);
     
    126125                port_status_t port_status = uhci_port_read_status(instance);
    127126
    128                 print_port_status(instance->id_string, port_status);
     127                uhci_port_print_status(instance, port_status);
    129128
    130129                if ((port_status & STATUS_CONNECTED_CHANGED) == 0)
     
    158157                        /* Write one to WC bits, to ack changes */
    159158                        uhci_port_write_status(instance, port_status);
    160                         usb_log_debug("%s: Change status ACK.\n",
     159                        usb_log_debug("%s: status change ACK.\n",
    161160                            instance->id_string);
    162161                }
Note: See TracChangeset for help on using the changeset viewer.