mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
ba6946b66b
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416]. partial pick of 0.4.15-dev-1105-gd50cbb6eed
(only the changes in msmouse.inf were picked) (#3173) ------------ in releases/0.4.7 to releases/0.4.11 the whole section [Strings.0415] existed twice in NET_NIC.inf, deleting one of them entirely is not an oopsie, and does just reflect the state of the newer branches! ------------ partial pick of 0.4.15-dev-4867-gbbccad0ed6
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-g7c8d5635aa
[PROCESSR][INF] Fix "Intel Intel" duplication typos which was an addendum to3509318521
== 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.
81 lines
2.1 KiB
INI
81 lines
2.1 KiB
INI
[Version]
|
||
Signature="$Windows NT$"
|
||
Class=Bluetooth
|
||
ClassGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
|
||
Provider=%ReactOS%
|
||
DriverVer=03/27/2012,1.0.0
|
||
|
||
[DestinationDirs]
|
||
DefaultDestDir = 12
|
||
|
||
[ClassInstall32.NT]
|
||
AddReg=BluetoothClass.NT.AddReg
|
||
|
||
[BluetoothClass.NT.AddReg]
|
||
HKR, , , 0, %BluetoothClassName%
|
||
HKR, , NoInstallClass, 0, 1
|
||
;HKR,,Installer32,,"bthci.dll,BluetoothClassInstaller"
|
||
;HKR, , Icon, 0, "201"
|
||
|
||
[Manufacturer]
|
||
%ReactOS%=ReactOS
|
||
|
||
[ReactOS]
|
||
%BTUSB.DeviceDesc%=FreeBT.Dev, USB\Class_E0&SubClass_01&Prot_01 ; Bluetooth class devices
|
||
|
||
[FreeBT.Dev]
|
||
CopyFiles=FreeBT.Files
|
||
AddReg=FreeBT.AddReg
|
||
|
||
[FreeBT.Dev.NT]
|
||
CopyFiles=FreeBT.Files
|
||
AddReg=FreeBT.AddReg
|
||
|
||
[FreeBT.Dev.NT.Services]
|
||
Addservice = FreeBT, 0x00000002, FreeBT.AddService
|
||
|
||
[FreeBT.AddService]
|
||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||
StartType = 3 ; SERVICE_DEMAND_START
|
||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
||
ServiceBinary = %12%\fbtusb.sys
|
||
LoadOrderGroup = Base
|
||
|
||
[FreeBT.AddReg]
|
||
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","MaximumTransferSize",0x10001,4096
|
||
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","DebugLevel",0x10001,2
|
||
HKLM,"System\CurrentControlSet\services\FreeBT\Parameters","FreeBTEnable",0x10001,1
|
||
|
||
[FreeBT.Files]
|
||
fbtusb.sys
|
||
|
||
;---------------------------------------------------------------;
|
||
|
||
[Strings]
|
||
ReactOS="ReactOS Team"
|
||
BTUSB.DeviceDesc="Generic USB Bluetooth Radio"
|
||
BluetoothClassName="Bluetooth Radios"
|
||
|
||
[Strings.0405]
|
||
BTUSB.DeviceDesc="Obecný USB Bluetooth vysílač"
|
||
BluetoothClassName="Bluetooth vysílače"
|
||
|
||
[Strings.0a]
|
||
BTUSB.DeviceDesc="Radio Bluetooth USB genérica"
|
||
BluetoothClassName="Radios Bluetooth"
|
||
|
||
[Strings.0415]
|
||
BTUSB.DeviceDesc="Standardowy odbiornik radiowy Bluetooth na USB"
|
||
BluetoothClassName="Odbiorniki radiowe Bluetooth"
|
||
|
||
[Strings.0418]
|
||
BTUSB.DeviceDesc="Radio Bluetooth USB generic"
|
||
BluetoothClassName="Radiouri Bluetooth"
|
||
|
||
[Strings.0419]
|
||
BTUSB.DeviceDesc="Стандартный USB Bluetooth радиомодуль"
|
||
BluetoothClassName="Радиомодули Bluetooth"
|
||
|
||
[Strings.041f]
|
||
BTUSB.DeviceDesc="Umûmî USB Bluetooth Radyo"
|
||
BluetoothClassName="Bluetooth Radyoları"
|