Hi,
We are developing a USB mouse driver and also its utility..
If the class name was assigend as USB in the inf file (ie, the deivce
would be listed in the USB in the device manager), we find our utility
could communicate with our own mouse driver without any issue. Well,
if we change the class name from USB to Mouse in the inf file..(ie.,
the device would be listed under Mouse in the device manager).. the
same code "DeviceIOControl" would return an error code "1" (Invalid
function)... Could anyone provide a hint for that.. Thanks.
-chueh8