Re: [ntdev]1394 driver loading

> I am new to 1394 driver and I just started working on a driver for SBP-2

device. Can any body tell what information Windows needs from a 1394
device
to load a driver for it? I.e., in addition to vendor ID, what else is
needed? ChipID in InfoBlock? unit_spec_id? unit_sw_version? or
unit_unique_ID leaf?

The PnP Device ID for a 1394 is
1394\VendorLeaf&ModelLeaf
If the device’s config ROM does not have these textual leaves (like Canon ZR
camcorder) than
1394\SpecID&SwVersion
is used as a Device ID - both numeric values converted to hex strings.

Write these IDs to your INF file.

Max