hid-remapper
hid-remapper copied to clipboard
Is it possible to emulate another device?
Hey thanks for your work.
I have an embedded system that only accepts one type of USB mouse and keyboard (generic, in terms of functionality, but replacement is expensive), I was wondering if using this idea of making hid remap I could replicate the descriptor, vid, pid of the original device so I can use any cheap device.
Looking at the code, if I modify our_descriptor to match one to one should that be enough? In plain, it would be an imitation or spoof of the original device.
I would like to clarify this before purchasing hardware.
Again, thank you for your time and effort :)