Add hid:SPVR service handle

This commit is contained in:
Nomi 2023-09-25 13:15:08 +02:00
parent 8a5d15289f
commit 8d0c2da1e0

View file

@ -112,6 +112,7 @@ static std::map<std::string, Handle> serviceMap = {
{ "dlp:SRVR", KernelHandles::DLP_SRVR },
{ "dsp::DSP", KernelHandles::DSP },
{ "hid:USER", KernelHandles::HID },
{ "hid:SPVR", KernelHandles::HID },
{ "http:C", KernelHandles::HTTP },
{ "ir:USER", KernelHandles::IR_USER },
{ "frd:a", KernelHandles::FRD_A },