This is a simple operating system for x86_64 and loongarch64 written in V.
This is a simple operating system for x86_64 and loongarch64 written in V.
Working on RNDIS network card driver~
It’s the protocol that you share network through you phone via USB connection.
Log in to leave a comment
Both keybard and mouse are working now~
All layout info is dynamically extracted from Report Descriptors -> zero hard-coding :)
Yes, advanced peripherals like 12-bit mice and NKRO keyboard are supported either.
Log in to leave a comment
Add a ensure method for HashMap to better handle default value in HID Report Desc Parser.
Log in to leave a comment
The sub classes of HidDevice (e.g. Keyboard) are able to grant report data currently but still waiting to parse them into key event and modifiers.
Log in to leave a comment
As you can see, I’m developing the HID Report Descriptor parser for my USB stack.
Log in to leave a comment