Drivers Socrea



  1. Drivers Scorecard
  2. Driver Scorecard Example
-->

With Driving Score you can consistently rate drivers across a wide variety of vehicles, applications and hardware. Leveraging our Global Telematics Platform, built to accommodate large and complex data sets, we can filter, normalize and contextualize driving data to create a set of attributes that provides an enhanced picture of driver risk and a consistent, ratable score for in-life policy. The pending for expired domain list of.COM,.NET,.ORG,.BIZ, and.INFO on January 26, 2008.

A driver rank is formatted as 0xSSGGTHHH, where the value of 0xSS000000 is the signature score, the value of 0x00GG0000 is the feature score, and the value of 0x0000THHH is the identifier score.

The identifier score ranks a driver based on the type of match between a Plug and Play (PnP) device identification string that is reported by the bus driver of a device and a corresponding device identification string that is specified in an entry of an INF Models section of a driver INF file.

The identifier score is a sum of an identifier-match-type score and an identifier-list-position score. The identifier-match-type score ranks a driver according to whether a device hardware ID or a device compatible ID matches a hardware ID or a compatible ID in an entry of an INF Models section. A match between a device hardware ID and a hardware ID in an entry of an INF Models section is called a hardware ID match. A match where at least one of the matching identifiers is a compatible ID is called a compatible ID match.

For a given identifier-match type, the identifier-list-position score ranks a driver according to the position of the matching identifier in the hardware ID list or the compatible ID list for a device and the position of the matching identifier in an entry of an INF Models section. Specifically, each device has an ordered list of hardware IDs and an ordered list of compatible IDs that are reported by the bus driver for the device. The identifiers are ordered in the list from the most specific to the most generic functionality. In addition, each INF Models section entry has one hardware ID and an optional list of compatible IDs that are listed in order of the most specific to the most generic functionality, as follows:

The first identifier in a device identifier list has an identifier-list-position score of 0x0000, the second identifier has an identifier-list-position score of 0x0001, and so on. Because an INF Models section entry only has one hardware ID, the identifier-list-position score of this hardware ID is always 0x0000.

The following lists the identifier scores for the four types of identifier-match types, where the value of 0x0000T000 is the identifier-match-type score and the value of 0x00000HHH is the identifier-list-position score:

  • A match between a device hardware ID and a hardware ID in an INF Models section entry is the best type of identifier match. A match of this type is called a hardware ID match.

    The identifier-match-type score is 0x00000000 and the value of 0x0000HHH is the identifier-list-position score of the matching hardware ID in the list of device hardware IDs.

    Identifier scores for this match type range from 0x00000000 through 0x00000FFF.

    For this type of match, the value 0x00000000 is the best identifier score and the value 0x00000FFF is the worst identifier score.

  • A match between a device hardware ID and a compatible ID in an INF Models section entry is the second best type of identifier match. A match of this type is called a compatible ID match.

    The identifier-match-type score is 0x00001000 and the value of 0x00000HHH equals the identifier-list-position score of the matching hardware ID in the list of device hardware IDs.

    Identifier scores for this match type range from 0x00001000 to 0x00001FFF.

    For this type of match, the value 0x00001000 is the best identifier score and the value 0x00001FFF is the worst identifier score.

  • A match between a device compatible ID and a hardware ID in an INF Models section entry is the third best type of identifier match. A match of this type is also known as a compatible ID match.

    The identifier-match-type score is 0x00002000 and the value of 0x00000HHH equals the identifier-list-position score of the matching compatible ID in the list of device compatible IDs.

    Identifier scores for this type of identifier match range from 0x00002000 to 0x00002FFF.

    For this type of match, the value 0x00002000 is the best identifier score and the value 0x00002FFF is the worst identifier score.

  • A match between a device compatible ID and a compatible ID in an INF Models section entry is the fourth best type of identifier match. A match of this type is also known as a compatible ID match. Identifier scores for this type of identifier match are in the range of 0x00003000 to 0x00003FFF, where:

    • The identifier-match-type score is 0x3000.
    • The value of 0x0HHH equals (j + k*0x100), where j equals the identifier-list-position score of the matching device compatible ID and k equals the identifier-list-position score of the matching compatible ID in an INF Models section entry.

    For this type of match, the value 0x00003000 is the best identifier score and the value 0x00003FFF is the worst identifier score.

Driver scorecard example

For more information about driver ranking, see How Windows Ranks Drivers.

-->

Note

This page describes how Windows determines a driver rank value for a given driver that matches on a device. To understand how driver rank and other factors (including INF date, driver version, etc.) are used to determine which driver Windows selects for a device, see How Windows Selects Drivers.

Windows assigns a rank to a driver that matches a device. The rank indicates how well the driver matches the device. A driver rank is represented by an integer that is equal to or greater than zero. The lower the rank, the better a match the driver is for the device.

Drivers Scorecard

The rank of a driver is a composite value that depends on a driver's signature, the features that are supported by the driver, and the type of match between the device identification strings that are reported by a device and the device identification strings that are specified in the entries of an INF Models section of a driver INF file.

A rank is represented by a value of type DWORD. A rank is sum of a signature score, a feature score, and an identifier score. A rank is formatted as 0xSSGGTHHH, where S, G, T, and H are four-bitfields and the SS, GG, and THHH fields represent the three ranking scores, as follows:

  • The signature score ranks a driver based on whether its signature is trusted. The signature score depends only on the value of the SS field. An unspecified signature score is represented as 0xSS0000000.

    For an overview on how Windows Vista and later versions of Windows use a driver's signature to determine how the driver is installed, see Signature Categories and Driver Installation.

  • The feature score ranks a driver based on the features that the driver supports. The feature score depends only on the value of the GG field. An unspecified feature score is represented as 0x00GG0000.

  • The identifier score ranks a driver based on the type of match between a device identification string that is reported by a device and a device identification string that is listed in an entry of an INF Models section of a driver INF file. The identifier score depends only on the value of the THHH field. An unspecified identifier score is represented as 0x0000THHH.

Driver Scorecard Example

For information about entries in the SetupAPI log that indicate the rank of a driver and the type of driver signature, see Driver Rank Information in the SetupAPI Log.