I am working on a driver that, among other things, reads digital ports on interrupt. I can configure digital ports while in user-level application by sending appropriate parameters to the driver. The one parameter I cannot figure out how to setup is IRQ line. It would be nice, when there are several IRQ lines available, to give user a choice of which one to use. I haven’t found anything in DDK allowing me to do this. I know, you can invoke Device Manage, driver properties, then Resources and then manually change settings so perhaps it’s possible to do in the driver code as well. The way it is now, my application doesn’t even know which IRQ out of the ones in .INF file is being used unless the information is saved somewhere when the driver loads.
I wonder if I am missing something?