Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Binding Composite Devices to CyUSB.sys - KBA84118

Binding Composite Devices to CyUSB.sys - KBA84118

Anonymous
Not applicable

Version: *C

Question:

Can cyusb3.sys handle composite devices?

Answer:

No, cyusb3.sys is a generic vendor-class USB device driver that assumes a device has only vendor interfaces. Composite devices are bound to Windows composite driver (usbccgp.sys) by default. This exposes each interface (or set of interfaces based on the Interface Association Descriptor) as if it were a separate USB device. Devices containing vendor interface(s) can be bound to cyusb3.sys.

The composite device part of the overhead is handled by usbccgp.sys.

0 Likes
465 Views
Contributors