Changeset 3121b5f in mainline for uspace/lib/usbdev/src/devdrv.c


Ignore:
Timestamp:
2013-08-07T09:51:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e588d12
Parents:
5514cf7
Message:

rename get_device_handle ⇒ get_my_device_handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    r5514cf7 r3121b5f  
    443443        if (!exch)
    444444                return EPARTY;
    445         int ret = usb_get_device_handle(exch, handle);
     445        int ret = usb_get_my_device_handle(exch, handle);
    446446        if (ret == EOK) {
    447447                ret = usb_get_my_interface(exch, iface_no);
Note: See TracChangeset for help on using the changeset viewer.