Changeset 192ba25 in mainline


Ignore:
Timestamp:
2011-05-07T11:18:40Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95285378
Parents:
426d31a
Message:

usbhub: warning if there are still some unhandled changes on port

File:
1 edited

Legend:

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

    r426d31a r192ba25  
    173173                }
    174174        }
     175        if(status>>16){
     176                usb_log_info("there is still some unhandled change %X\n",
     177                    status);
     178        }
    175179}
    176180
Note: See TracChangeset for help on using the changeset viewer.