- Question about WCEUSB device and USB Composite Device
- Posted by Kid on April 22nd, 2008
Hi
I meet some question that our WinCE product need to change modes of 2
different PC WDM drivers, one is WCEUSB device and the other is USB
Composite Device , they use the same usb cable to connect PC .
WCEUSB device driver is Windows built-in WCEUSB driver, USB
Composite Device driver is provided by chip vendor. How can I let two modes
co-exist in PC Device Manager, might I add additional driver to pass
through or it should change device Schematic ?
Thank you .
- Posted by chris.aseltine@gmail.com on April 23rd, 2008
On Apr 22, 4:59 pm, Kid <K...@discussions.microsoft.com> wrote:
First, I'm not sure why your chip vendor is supplying a generic parent
driver as Windows also has this built-in.
Anyway, if your device has two modes, you'll need to come up with a
mechanism to tell the device which mode to enumerate in. For example,
a control request to endpoint zero with no payload, with the target
USB mode in wValue or wIndex, might suffice. Each mode will have a
different PID such that Windows identifies each one uniquely.
- composite device behavior of UVC device on Win98/ME/2000/XP? (Drivers) by huangjj
- Question about USB composite device with CDC (Drivers) by GaryS
- USB Composite Device (Windows ME) by Mike C
- usb composite device question? (Drivers) by cyang
- Composite USB device (Drivers) by Alan Tanaka

