diff -r 1a0b6597e594 -r 9e6ad6607a9e windows-driver.rst --- a/windows-driver.rst Sat Feb 10 01:36:16 2018 +0200 +++ b/windows-driver.rst Sat Feb 10 01:49:07 2018 +0200 @@ -291,11 +291,11 @@ Windows uses the following criteria to select a driver for a device: - * Windows selects the driver that has the lowest rank value as the best match for the device. - * For drivers that have equal rank, Windows selects the driver that has the most recent date. - * For the drivers that have equal rank and date, Windows selects the driver that has the highest version. - * Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver. - * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver. +* Windows selects the driver that has the lowest rank value as the best match for the device. +* For drivers that have equal rank, Windows selects the driver that has the most recent date. +* For the drivers that have equal rank and date, Windows selects the driver that has the highest version. +* Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver. +* Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver. See: