bcoreusb.inf Driver File Contents (bluetoth.EXE)

; Installation inf for the CSR Casira Bluetooth Module
;
; Copyright 2000 Cambridge Silicon Radio
;


[Version]
Signature=$CHICAGO$
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%CSR%
DriverVer=01/17/2005,1.21.0.0
CatalogFile=BCoreUSB.cat

[DefaultInstall]
CopyFiles=BCOREUSB.Dev.Ext
AddReg=BCOREUSB.AddReg

[Manufacturer]
%MfgName%=CSR

[CSR]
%BC01.DeviceDesc%=BCOREUSB.Dev,        USB\VID_0A12&PID_0001  ; CSR ...sira
%BC01Sniffer.DeviceDesc%=BCOREUSB.Dev, USB\VID_0A12&PID_0002  ; CSR ...sira Sniffer
%BC01DFU.DeviceDesc%=BCOREUSB.Dev,     USB\VID_0A12&PID_ffff  ; CSR ...sira DFU
%Mitsumi.DeviceDesc%=BCOREUSB.Dev,     USB\VID_03ee&PID_641f  ; Mitsumi
%MitsumiDFU.DeviceDesc%=BCOREUSB.Dev,  USB\VID_03ee&PID_ffff  ; Mitsumi DFU
%ALPS.DeviceDesc%=BCOREUSB.Dev,        USB\VID_044e&PID_3001	 ; ALPS
%ALPSDFU.DeviceDesc%=BCOREUSB.Dev,     USB\VID_044e&PID_ffff	 ; ALPS DFU
%Maxell.DeviceDesc%=BCOREUSB.Dev,      USB\VID_0858&PID_3102  ; Maxell
%MaxellDFU.DeviceDesc%=BCOREUSB.Dev,   USB\VID_0858&PID_ffff  ; Maxell DFU
%Taiyo.DeviceDesc%=BCOREUSB.Dev,	      USB\VID_0c24&PID_0001	 ; Taiyo Yuden
%TaiyoDFU.DeviceDesc%=BCOREUSB.Dev,    USB\VID_0c24&PID_ffff  ; Taiyo Yuden DFU
%APPLE.DeviceDesc%=BCOREUSB.Dev,     USB\VID_05ac&PID_8203  ; APPLE
%APPLEDFU.DeviceDesc%=BCOREUSB.Dev,  USB\VID_05ac&PID_ffff  ; APPLE DFU
%IBM.DeviceDesc%=BCOREUSB.Dev,     USB\VID_1668&PID_2441  ; IBM
%IBMDFU.DeviceDesc%=BCOREUSB.Dev,  USB\VID_1668&PID_3441  ; IBM DFU
%BLUETHUMB.DeviceDesc%=BCOREUSB.Dev, USB\VID_049F&PID_0086 ; HP BLUETHUMB USB Device VID&PID
%BLUETHUMBDFU.DeviceDesc%=BCOREUSB.Dev, USB\VID_049F&PID_0036  ; HP BLUETHUMB Device VID&PID DFU
%DELL.DeviceDesc%=BCOREUSB.Dev, USB\VID_413c&PID_8000 ; DELL Floyd/Pink USB Device VID&PID
%DELLU2.DeviceDesc%=BCOREUSB.Dev, USB\VID_413c&PID_8103 ; DELL U2 USB Device VID&PID
%DELLDFU.DeviceDesc%=BCOREUSB.Dev, USB\VID_413c&PID_8010  ; DELL Floyd/Pink Device VID&PID DFU
%DELLU2DFU.DeviceDesc%=BCOREUSB.Dev, USB\VID_413c&PID_8106 ; DELL U2 USB Device VID&PID
%MOTION.DeviceDesc%=BCOREUSB.Dev, USB\VID_10ab&PID_1002 ; MOTION BC02-ext USB Device VID&PID
%MOTIONDFU.DeviceDesc%=BCOREUSB.Dev, USB\VID_10ab&PID_1003  ; MOTION BC02-ext Device VID&PID DFU
%MOTION2.DeviceDesc%=BCOREUSB.Dev, USB\VID_10ab&PID_1005 ; MOTION BC04-ext USB Device VID&PID
%MOTION2DFU.DeviceDesc%=BCOREUSB.Dev, USB\VID_10ab&PID_1006  ; MOTION BC04-ext Device VID&PID DFU


[SourceDisksNames]
1 = %CSR.Disk.Name%,,,


[SourceDisksFiles]
bcoreusb.sys = 1

[DestinationDirs]
DefaultDestDir = 10,System32\Drivers
BCOREUSB.Dev.Ext = 10, System32\Drivers

[BCOREUSB.Dev]
CopyFiles=BCOREUSB.Dev.Ext
AddReg=BCOREUSB.AddReg

[BCOREUSB.Dev.NT]
CopyFiles=BCOREUSB.Dev.Ext
AddReg=BCOREUSB.AddReg


[BCOREUSB.Dev.NT.Services]
Addservice = BCOREUSB, 0x00000002, BCOREUSB.AddService


[BCOREUSB.AddService]
DisplayName    = %BCOREUSB.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\BCOREUSB.sys
LoadOrderGroup = Base
AddReg	       = BCROEUSB.AddRegService

[BCOREUSB.AddReg]
HKR,,DevLoader,,"*ntkern"
HKR,,NTMPDriver,,"BCOREUSB.sys"

[BCOREUSB.Dev.Ext]
BCOREUSB.sys

[BCROEUSB.AddRegService]
HKLM,"System\Currentcontrolset\Services\BCOREUSB\Parameters","MaximumTransferSize",0x10001,4096
HKLM,"System\Currentcontrolset\Services\BCOREUSB\Parameters","DebugLevel",0x10001,0

;---------------------------------------------------------------;


[Strings]
CSR="Cambridge Silicon Radio"
MfgName="CSR"
BC01.DeviceDesc="CSR BlueCore Bluetooth"
BC01Sniffer.DeviceDesc="CSR BlueCore Bluetooth Sniffer"
BC01DFU.DeviceDesc="CSR BlueCore in DFU mode"
Mitsumi.DeviceDesc="Mitsumi Dongle with CSR BlueCore Bluetooth"
MitsumiDFU.DeviceDesc="Mitsumi Dongle with CSR BlueCore in DFU mode"
ALPS.DeviceDesc="ALPS module with CSR BlueCore Bluetooth"
ALPSDFU.DeviceDesc="ALPS module with CSR BlueCore in DFU mode"
BCOREUSB.SvcDesc="BCOREUSB.Sys CSR test driver"
CSR.Disk.Name="CSR Bluetooth Installation Disk"
Maxell.DeviceDesc="Maxell module with CSR BlueCore Bluetooth"
MaxellDFU.DeviceDesc="Maxell module with CSR BlueCore in DFU mode"
Taiyo.DeviceDesc="Taiyo Yuden Bluetooth module with CSR BlueCore"
TaiyoDFU.DeviceDesc="Taiyo Yuden Bluetooth module with CSR BlueCore in DFU mode"
APPLE.DeviceDesc="APPLE Bluetooth - CSR DRiver"
APPLEDFU.DeviceDesc="APPLE Bluetooth in DFU mode - CSR Driver"
IBM.DeviceDesc="IBM Cadmus - CSR Driver"
IBMDFU.DeviceDesc="IBM Cadmus in DFU mode - CSR Driver"
BLUETHUMB.DeviceDesc="Bluetooth by hp - CSR Driver"
BLUETHUMBDFU.DeviceDesc="Bluetooth by hp in DFU - CSR Driver"
DELL.DeviceDesc="DELL Floyd/Pink - CSR Driver"
DELLDFU.DeviceDesc="DELL Floyd/Pink in DFU - CSR Driver"
DELLU2.DeviceDesc="DELL U2 - CSR Driver"
DELLU2DFU.DeviceDesc="DELL U2 in DFU - CSR Driver"
MOTION.DeviceDesc="MOTION BC02-EXT - CSR Driver"
MOTIONDFU.DeviceDesc="MOTION BC02-EXT in DFU - CSR Driver"
MOTION2.DeviceDesc="MOTION BC04-EXT - CSR Driver"
MOTION2DFU.DeviceDesc="MOTION BC04-EXT in DFU - CSR Driver"
 
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 1.29