Re: How to use libusb for CDC devices
Xiaofan Chen <[email protected]> Mon, 7 Sep 2015 10:42:37 +0800
| Newsgroups | gmane.comp.lib.libusb.devel.windows |
|---|---|
| Message-ID | <CAGjSPUDzV+qpkQkPWLUqZHMgSFoevSr4Xxui03e1KmHLOLjXiQ@mail.gmail.com> |
On Sun, Sep 6, 2015 at 9:25 PM, michel <[email protected]> wrote: > standard cdc/acm can be associated to default window driver by writing a > simple inf file > you can start from linux cdc acm gadget .inf from here > https://www.kernel.org/doc/Documentation/usb/linux-cdc-acm.inf Haha, this remind me of some minor helps I offered there. Ref: https://www.kernel.org/doc/Documentation/usb/gadget_multi.txt ++++++++++++++++++++++++++++++++++++++++++++++ * Authors This document has been written by Michal Nazarewicz. INF files have been hacked with support of Marek Szyprowski and Xiaofan Chen basing on the MS RNDIS template[9], Microchip's CDC ACM INF file and David Brownell's original INF files. ++++++++++++++++++++++++++++++++++++++++++++++ -- Xiaofan ------------------------------------------------------------------------------