How to make multi-function linux device work in windows
Posted
by
Naze Kimi
on Stack Overflow
See other posts from Stack Overflow
or by Naze Kimi
Published on 2014-06-12T08:01:00Z
Indexed on
2014/06/12
9:24 UTC
Read the original article
Hit count: 218
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?
© Stack Overflow or respective owner