Ignore:
Timestamp:
2011-10-15T00:09:46Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a121b1
Parents:
1526c174
Message:

usbhid: Wait for autorepeat fibril during destruction.

Fixes random failure on keyboard unplug.
Add a bunch of debug messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/generic/hiddev.c

    r1526c174 r2a5b62b  
    197197        const int ret = ddf_fun_unbind(fun);
    198198        if (ret != EOK) {
    199                 usb_log_error("ailed to unbind generic hid fun.\n");
     199                usb_log_error("Failed to unbind generic hid fun.\n");
    200200                return;
    201201        }
     202        usb_log_debug2("%s unbound.\n", fun->name);
    202203        ddf_fun_destroy(fun);
    203204}
Note: See TracChangeset for help on using the changeset viewer.