Changeset 245b56b5 in mainline for uspace/drv/uhci/root_hub/port.c


Ignore:
Timestamp:
2011-01-29T08:32:04Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
113aef8
Parents:
816175a2
Message:

Added info message on succesfull device addition

Changed root ub name to uhci_root_hubd
Moved hub polling interval definition to header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/port.c

    r816175a2 r245b56b5  
    11
    22#include <errno.h>
    3 #include <usb/usb.h>
    4 #include <usb/usbdrv.h>
     3#include <usb/usb.h>    /* usb_address_t */
     4#include <usb/usbdrv.h> /* usb_drv_*     */
    55
    66#include "debug.h"
     
    121121                return ENOMEM;
    122122        }
     123        uhci_print_info("Sucessfully added device on port(%d) address(%d).\n",
     124                port->number, usb_address);
    123125
    124126        /* TODO: bind the address here */
Note: See TracChangeset for help on using the changeset viewer.