;/*++ ; ;Copyright (c) 2009-2013 Realtek Semiconductor Corporation All rights Reserved ; ;Module Name: ; ; RtkBtfilter.INF ; ; General 8922A ;--*/ [Version] Signature = "$WINDOWS NT$" Class=Bluetooth CLASSGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974} CatalogFile= RtkBtfilter.cat Provider = %REALTEK% DriverVer = 10/09/2024,18.4017.2404.2409 PnpLockDown=1 ;************************* ; Source file information ;************************* [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] RtkBtFilter2.sys = 1,, rtl8922a_mp_chip_new.dat = 1 RtkBtManServ.exe = 1 ;WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=1 ; make sure the number matches with SourceDisksNames ;************************* ; Destination information ;************************* [DestinationDirs] RsBthFilter.CopyList = 12 RsBthpatch.CopyList = 10 [RsBthFilter.CopyList] RtkBtFilter2.sys [RsBthpatch.CopyList] ;PidVid_List,PidVid_List.dat,,0x00002000 RtkBtManServ.exe,RtkBtManServ.exe,,0x00002000 ;rtl8852c_mp_chip_new.dat,rtl8852c_mp_chip_new.dat,,0x00002000 rtl8922a_mp_chip_new.dat,rtl8922a_mp_chip_new.dat,,0x00002000 ;rtl8852bt_mp_chip_new.dat,rtl8852bt_mp_chip_new.dat,,0x00002000 ;************************* ; Manufacturer information ;************************* [Manufacturer] %REALTEK% = Realtek,NTamd64.10.0 ;NTamd64 ;We only support Vista and later [Realtek.NTamd64.10.0] ;NTamd64 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0BDA&PID_8922 ;8922A %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0BDA&PID_A890 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0BDA&PID_A891 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0BDA&PID_A892 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0BDA&PID_B85F %RealTK.DeviceDesc% = RsBthFilter, USB\VID_13D3&PID_3617 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_13D3&PID_3616 %RealTK.DeviceDesc% = RsBthFilter, USB\VID_0489&PID_E130 [RsBthFilter.NT] Include=bth.inf Needs=BthUsb.NT CopyFiles=RsBthFilter.CopyList CopyFiles=RsBthpatch.CopyList ;AddReg = RTKLEAI.reg [RsBthFilter.NT.HW] include = bth.inf needs = BthUsb.NT.HW, BthLEExtendedAdvertisingOptIn.HW AddReg=RsBthFilter.NT.HW.Reg [RsBthFilter.NT.HW.Reg] HKR, , LowerFilters, 0x00010000, RtkBtFilter2 ;HKR, ,"RemoteWakeEnabled",0x00010001,1 ;HKR, ,"DeviceRemoteWakeSupported",0x00010001,1 HKR, ,"VsMsftOpCode",0x00010001,0Xfcf0 ;[RTKLEAI.reg] ;HKLM, SYSTEM\CurrentControlSet\Services\RtkBtFilter2\Parameters, EnableLeAudioInband, 0x00010001, 0x1 [RsBthFilter.NT.Services] include = bth.inf needs = BthUsb.NT.Services AddService = RtkBtFilter2, , RtkBtFilter_Service_Inst AddService = RtkBtManServ, 0x00000800, RtkBtManServ_Service_Inst ;RtkServ [RtkBtFilter_Service_Inst] DisplayName = %BtFilt.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\RtkBtFilter2.sys LoadOrderGroup = PNP Filter [RtkBtManServ_Service_Inst] ;RtkServ DisplayName = %RtkBtManServ.SvcDesc% ;RtkServ ServiceType = 0x10 ; Service ;RtkServ StartType = 2 ; SERVICE_DEMAND_START ;RtkServ ErrorControl = 0 ; SERVICE_ERROR_NORMAL ;RtkServ ServiceBinary = %10%\RtkBtManServ.exe ;RtkServ ;***************************************** ; Bluetooth Filter String Section ;***************************************** [Strings] REALTEK = "Realtek Semiconductor Corp." DiskId1 = "Realtek Bluetooth Filter Installation Disk #1" BtFilt.SvcDesc = "Realtek Bluetooth Filter Test Driver" RealTK.DeviceDesc = "Realtek Bluetooth Adapter" RtkBtManServ.SvcDesc = "Realtek Bluetooth Device Manager Service" ;RtkServ