reactos/media/inf/usb.inf
Joachim Henze b130d5f4c0 [0.4.13][INF] Backport String deduplication and minor fixes
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416].
partial pick of 0.4.15-dev-1105-g d50cbb6eed (only the changes in msmouse.inf were picked) (#3173)
------------
Fixes a bug in nete1000.inf missing " at the end of a string in section [Strings.0415] (which affected releases/0.4.12 to releases/0.4.14).
------------
partial pick of 0.4.15-dev-4867-g bbccad0ed6 Deduplicate the "ReactOS =" strings,
they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here.
------------
full pick of 0.4.15-dev-309-g 7c8d5635aa [PROCESSR][INF] Fix "Intel Intel" duplication typos
which was an addendum to 3509318521 == SVN r46465
------------
also ported back deduplication of some manufacturer strings.
------------
all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files.
------------
the only part that was not picked from master is the stripped 's' in disk.inf, which is possible,
because the file has been replaced altogether in master by an MS file.
2022-12-18 15:10:54 +01:00

132 lines
3.4 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;USB.INF
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = USB
ClassGUID = {36FC9E60-C465-11CF-8056-444553540000}
Provider = %ReactOS%
DriverVer = 10/02/2005,1.00.0.0
[DestinationDirs]
DefaultDestDir = 12
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%USB\COMPOSITE.DeviceDesc% = usbccgp_Inst,USB\COMPOSITE
%USB\CLASS_09.DeviceDesc% = usbhub_Inst,USB\CLASS_09
;----------------------- GENERIC USB HUB DRIVER -------------------------
[usbhub_Inst.NT]
CopyFiles = usbhub_CopyFiles.NT
[usbhub_CopyFiles.NT]
usbhub.sys
[usbhub_Inst.NT.Services]
AddService = usbhub, 0x00000002, usbhub_Service_Inst
[usbhub_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\usbhub.sys
LoadOrderGroup = Base
;----------------------- COMMON GENERIC PARENT DRIVER -------------------------
[usbccgp_Inst.NT]
CopyFiles = usbccgp_CopyFiles.NT
[usbccgp_Inst.NT.Services]
AddService = usbccgp, 0x00000002, usbccgp_Service_Inst
[usbccgp_CopyFiles.NT]
usbccgp.sys
[usbccgp_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\usbccgp.sys
LoadOrderGroup = Base
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
GenericMfg = "(Generic USB Hubs)"
USB\COMPOSITE.DeviceDesc = "USB Composite Device"
USB\CLASS_09.DeviceDesc = "Generic USB Hub"
[Strings.0C0A]
GenericMfg = "(Concentrador raíz USB estándar)"
USB\CLASS_09.DeviceDesc = "Concentrador raíz USB estándar"
[Strings.0405]
GenericMfg = "(Obecné USB rozbočovače)"
USB\COMPOSITE.DeviceDesc = "Složené zařízení USB"
USB\CLASS_09.DeviceDesc = "Obecný USB rozbočovač"
[Strings.0407]
GenericMfg = "(Generischer USB-Hub)"
USB\CLASS_09.DeviceDesc = "Generischer USB-Hub"
[Strings.0a]
GenericMfg = "(Concentrador raíz USB estándar)"
USB\CLASS_09.DeviceDesc = "Concentrador raíz USB estándar"
[Strings.040C]
GenericMfg = "(Concentrateur USB générique)"
USB\CLASS_09.DeviceDesc = "Concentrateur USB générique"
[Strings.0411]
GenericMfg = "(標準 USBハブ)"
USB\CLASS_09.DeviceDesc = "標準 USBハブ"
[Strings.0415]
GenericMfg = "(Standardowy koncentrator USB)"
USB\COMPOSITE.DeviceDesc = "Urządzenie kompozytowe USB"
USB\CLASS_09.DeviceDesc = "Standardowy koncentrator USB"
[Strings.0416]
GenericMfg = "(Hub USB padrão)"
USB\CLASS_09.DeviceDesc = "Hub USB padrão"
[Strings.0418]
GenericMfg = "(cuplatori generici USB)"
USB\COMPOSITE.DeviceDesc = "Dispozitiv USB compus"
USB\CLASS_09.DeviceDesc = "Cuplator USB generic"
[Strings.0419]
GenericMfg = "(Стандартный USB хаб)"
USB\COMPOSITE.DeviceDesc = "USB составное устройство"
USB\CLASS_09.DeviceDesc = "Стандартный USB хаб"
[Strings.041B]
GenericMfg = "(Generický rozbočovač USB)"
USB\CLASS_09.DeviceDesc = "Generický rozbočovač USB"
[Strings.041f]
GenericMfg = "(Umûmî USB Göbekleri)"
USB\COMPOSITE.DeviceDesc = "USB Bileşik Aygıt"
USB\CLASS_09.DeviceDesc = "Umûmî USB Göbeği"
[Strings.0422]
GenericMfg = "(Стандартні USB-хаби)"
USB\COMPOSITE.DeviceDesc = "Композитний пристрій USB"
USB\CLASS_09.DeviceDesc = "Стандартний USB-хаб"
[Strings.0427]
GenericMfg = "(Standartinis USB šakotuvas)"
USB\CLASS_09.DeviceDesc = "Standartinis USB šakotuvas"
[Strings.0804]
GenericMfg = "(通用 USB 集线器)"
USB\COMPOSITE.DeviceDesc = "USB 聚合设备"
USB\CLASS_09.DeviceDesc = "通用 USB 集线器"