The Device section gives the device description, identifies the Install section, and specifies the device identifier for a device. Optionally, a Device section may specify one or more device identifiers of compatible devices.
There can be one or more items in the Device section, depending upon how many devices the INF file installs for a manufacturer.
[device-section] device-description=install-section-name,device-id[,compatible-device-id]... [device-description=install-section-name,device-id[,compatible-device-id]...]
This example shows a typical Device section containing one item. The name of the Install section for this device is Ser_Inst and the device-id is *PNP0F08.
[LogiMfg] %*pnp0f08.DeviceDesc%=Ser_Inst,*PNP0F08 ; Logi serial mouse
For each driver installed using this INF file, the Device Installer uses the information in the Manufacturer and Device sections to generate Driver Description, Manufacturer Name, Device ID, and Compatibility List entries in the registry.