Add hid:SPVR service handle

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

View file

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