Hi,
I have to make a simple Connection Management Procedures(CMP) driver which uses 61883.sys
sevices
The driver uses the IRP_MJ_INTERNAL_DEVICE_CONTROL IRP with IoControlCode IOCTL_61883_CLASS to communicate with 1394 driver stack using the IEC-61883 protocol
i have taken the 1394vdev code and .inf file and modified according to the requirement
i want to know that for the driver to send request to 61883.sys we need to specify something in .inf file or in driver code
or just by using IoControlCode IOCTL_61883_CLASS it will communicate with 61883.sys