IEEE 1394 SBP-2 Driver Registry Settings (Windows CE 5.0)
You cannot configure or modify the IEEE 1394 SBP-2 registry keys. You cannot modify any components to these keys. Your only option is to completely remove them.
The 609E&10483 part of the MatchingDeviceId registry subkey specifies a device with configuration ROM data set to data defining an SBP-2 device. For the 1394 bus driver, the following registry keys specify that any device with configuration ROM data that defines an SBP-2 device are supported by the SBP2.DLL driver:
[HKEY_LOCAL_MACHINE\WDMDrivers\{D48179BE-EC20-11D1-B6B8-00C04FA372A7}\0000]
"MatchingDeviceId"="1394\\609E&10483"
"Dll"="SBP2.DLL"
"FriendlyName"="SBP2 Protocol"
The SCSIBLK.DLL driver should support any SBP-2 devices that the SBP-2 driver encounters. In this case, the SBP-2 devices support the RBC, SBC, or MMC command sets. The following registry keys define this support.
; This entry is for associating an SBP2 'RBC' (cmdset) device of type '14'
; with the SCSIBLK driver.
[HKEY_LOCAL_MACHINE\WDMDrivers\{B6483EF9-2D50-4490-9D97-6C698AA4D1D4}\0000]
"MatchingDeviceId"="SBP2\\24734&66776&14"
"Dll"="SCSIBLK.DLL"
"FriendlyName"="SBP2 RBC-Command-Set Block Driver"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
; This entry is for associating an SBP2 'SBC' (cmdset) device of type '0'
; with the SCSIBLK driver.
[HKEY_LOCAL_MACHINE\WDMDrivers\{B6483EF9-2D50-4490-9D97-6C698AA4D1D4}\0001]
"MatchingDeviceId"="SBP2\\24734&66776&0"
"Dll"="SCSIBLK.DLL"
"FriendlyName"="SBP2 SCSI-Command-Set Block Driver"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
; This entry is for associating an SBP2 'MMC' (cmdset) device of type '5'
; with the SCSIBLK driver.
[HKEY_LOCAL_MACHINE\WDMDrivers\{B6483EF9-2D50-4490-9D97-6C698AA4D1D4}\0002]
"MatchingDeviceId"="SBP2\\24734&66776&5"
"Dll"="SCSIBLK.DLL"
"FriendlyName"="SBP2 SCSI-Command-Set Block Driver for CD/DVD drives"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
Send Feedback on this topic to the authors