Ignore:
Timestamp:
2011-10-15T00:09:46Z (14 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/multimedia/multimedia.c

    r1526c174 r2a5b62b  
    249249                        usb_log_error("Failed to unbind multim function.\n");
    250250                } else {
     251                        usb_log_debug2("%s unbound.\n", multim_dev->fun->name);
    251252                        ddf_fun_destroy(multim_dev->fun);
    252253                }
Note: See TracChangeset for help on using the changeset viewer.