20348.1 professional. for example in 20348 july iso hidclass, hidparse and hidusb are in .2849 version
hidi2c.inf is for the touchscreen if it's the touchpad, sorry I cannot help - maybe the touchpad OEM driver is required I don't have a Surface to test. Out of curiosity boot with a 20348 server and check if it works.
touchscreen works. i'll check touchpad with server, thank you edit: unfortunately still the same - code 37 by the way brightness isn't working also
Your problem is not the operating system - did you try the original OEM driver? or search for a modded driver
The only thing I can suggest is to extract the driver from a recent 19044 build You can also try to mod the inf for the OEM driver
Q1: How does Microsoft control Edge on 19044 LTSC(N)? A1: It uses the following settings in Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.19041.1288.mum, and Microsoft-Windows-EditionSpecific-EnterpriseSN-Package~31bf3856ad364e35~amd64~~10.0.19041.1288.mum. a. Code: <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-21H2Enablement-Package" version="10.0.19041.1288" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> b. Code: <update name="Microsoft-Windows-Internet-Browser"> <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3"> <mum2:noAutoMerge /> </mum2:customInformation> <applicable disposition="staged"> <detectUpdate> <parent name="Microsoft-Windows-21H2Enablement" /> </detectUpdate> </applicable> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Internet-Browser-Package" version="10.0.19041.1266" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> Q2: What condition(s) does it work in? A2: Two conditions: 1. It starts from 19044.1288. 2. The Enablement must be Microsoft-Windows-21H2Enablement. So? The solution to disable Edge on 19044 21H2 LTSC(N): Outside - KB5003791: 19044, for LTSC(N) to be recongnized as "19044". Inside - KB5015684: Microsoft-Windows-22H2Enablement, for Edge to be "not enabled".