Tech Support > Microsoft Windows > Drivers > Re: Single or Multiple Device Drivers
Re: Single or Multiple Device Drivers
Posted by Eliyas Yakub [MSFT] on July 31st, 2003


You could use a single driver to interface with two different buses. In your
AddDevice routine, you can find out about the devicetype by using
IoGetDeviceProperty and decide on which bus interface to use to interact
with the device. You should basically study the bulkusb and 1394 sample from
the DDK.

--
--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.




"Jeffrey B. Holtz" <jholtz@accuratetechnologies.com> wrote in message
news:937be330.0307301036.3f7fca05@posting.google.c om...



Similar Posts