I would write UVC driver for Win98/ME/2000.
UVC device uses IAD to declare video interface collection.
That is, multiple interfaces may be grouped for one device function.
Currently, usb composite parent driver usbccgp.sys supports IAD on XP SP2 or
later
For Win98/ME/2000, IAD is not supported.
How should I write my UVC driver on Win98/ME/2000?
Do I need to write another parent driver such as usbccgp.sys to handle IAD
and
create PDO for each device function?
or I just use my camera driver and issue the request to different interface
in the same driver?
If I need to handle function like usbccgp.sys, what does it do?
Is any reference code fot this?
Best Regards
Jack Huang