CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/05/11 10:40:57

Modified files:
        sys/dev/usb    : uhidpp.c 

Log message:
Temporarily release the mutex while calling sensor_task_register() as it
might end up sleeping in malloc(). This can only happen if uhidpp is the
first one calling the aforementioned routine which causes the sensors
task queue to be allocated.

Thanks to Justin Yang <linuxjustin at gmail dot com> for the report.

Reply via email to