Changeset 17f8abc in mainline


Ignore:
Timestamp:
2017-12-17T14:48:46Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25935f1e
Parents:
0f816af6
Message:

usbdiag: remove connection handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbdiag/device.c

    r0f816af6 r17f8abc  
    4242#define NAME "usbdiag"
    4343
    44 static void connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)
    45 {
    46         // usb_diag_fun_t *fun = (usb_diag_fun_t *) ddf_fun_data_get((ddf_fun_t *) arg);
    47 
    48         // FIXME: handle connection
    49 }
    50 
    5144static int some_test(ddf_fun_t *fun, int x, int *y)
    5245{
     
    6962                return ENOMEM;
    7063
    71         ddf_fun_set_conn_handler(fun, connection);
    7264        ddf_fun_set_ops(fun, &diag_ops);
    7365
Note: See TracChangeset for help on using the changeset viewer.