devu-uhci priority

Is it possible to adjust the priority of devu-uhci ? I have started it at the desired priority hoping that all threads inherit from
the main thread, but I still see 1 thread at priority 21, so it appears this is hardcoded somewhere. Is there a command line option
to change this (my docs don’t mention it). If not, does someone know the offset in the binary where this value is stored ? (6.2.1B).

Thanks

Rennie

Rennie Allen wrote:

Is it possible to adjust the priority of devu-uhci ? I have started it
at the desired priority hoping that all threads inherit from the main
thread, but I still see 1 thread at priority 21, so it appears this is
hardcoded somewhere. Is there a command line option to change this (my
docs don’t mention it). If not, does someone know the offset in the
binary where this value is stored ? (6.2.1B).

Answering my own question:

Yes. It is -P{prio}.

Rennie