Changeset 5a73a7e in mainline for uspace/drv/bus/usb/usbhub/main.c


Ignore:
Timestamp:
2018-01-12T10:29:38Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f75725d
Parents:
c097d22
Message:

usbhub: add device_removed callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/main.c

    rc097d22 r5a73a7e  
    4848static const usb_driver_ops_t usb_hub_driver_ops = {
    4949        .device_add = usb_hub_device_add,
    50 //      .device_remove = usb_hub_device_remove,
     50        .device_remove = usb_hub_device_remove,
     51        .device_removed = usb_hub_device_removed,
    5152        .device_gone = usb_hub_device_gone,
    5253};
Note: See TracChangeset for help on using the changeset viewer.