Changeset bb70637 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2013-01-26T23:35:12Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
35bc430
Parents:
3e23316
Message:

usb: Rework polling to accept either ep numbers or descriptions.

Switch usbhub and usbhid to new polling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.h

    r3e23316 rbb70637  
    8080};
    8181
     82extern const usb_endpoint_description_t hub_status_change_endpoint_description;
     83
    8284int usb_hub_device_add(usb_device_t *usb_dev);
    8385int usb_hub_device_remove(usb_device_t *usb_dev);
Note: See TracChangeset for help on using the changeset viewer.