How to make multi-function linux device work in windows
- by Naze Kimi
I was able to compile my Linux device to a composite gadget.(Serial + Mass Storage)
When I plug this device on a Linux PC, The OS was able to detect and use both function.
But when I plug it on Windows, it is just detected as a "Multifunction Composite Gadget" and I can't use it as neither a Mass Storage or a Serial Device.
How do I go about making this work in Windows. Is making a customized driver really essential for this task? If so, how is this accomplished the least "painful" way?