microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Dmf_VirtualHidKeyboard work in User-mode? #252

Open UMU618 opened 6 months ago

UMU618 commented 6 months ago

https://github.com/microsoft/DMF/blob/08132eb4895be03ea673791a755b0dbb7d1d8e11/Dmf/Modules.Library/Dmf_VirtualHidKeyboard.h#L16

https://github.com/microsoft/DMF/blob/08132eb4895be03ea673791a755b0dbb7d1d8e11/Dmf/Modules.Library/Dmf_VirtualHidKeyboard.c#L18

I think the Comments is wrong.

samtertzakian commented 6 months ago

Yes, the issue is that the Child Module DMF_VirtualHidDeviceVhf is only supported in Kernel mode. However, it is in the plan to make it User-mode. (When we wrote the Module, VHF was only supported in Kernel-mode but now is supported in User-mode.) We will make the update and let you know. I will leave this issue open until then.