⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 socketserialbt.inf

📁 pxa270的功能端口编写的块驱动linux
💻 INF
📖 第 1 页 / 共 2 页
字号:
;
;<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
;<>********************************************************<>
;<>*                                                      *<>
;<>*            Socket Communications, Inc.               *<>
;<>*                                                      *<>
;<>********************************************************<>
;<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
;
; Copyright (c) 2002-2004, Socket Communications, Inc.
;
; 37400 Central Court
; Newwark, CA 94560
; 510-744-2700(voice)
; 510-744-2727(fax)
; www.socketcom.com
;
; File: SocketBt.INF
;
;-------------------------------------------------------------------------------
; File Description and General Information
;-------------------------------------------------------------------------------
;
;  This setup information file is used to install Socket Communications, Inc.
;  Bluetooth PC/CF Card devices on x86 computers running any of the following
;  operating systems from Microsoft: Windows 9x, ME, Windows 2000 and XP.
;
;  Socket Bluetooth CF Card support software:
; 
;  SKTSIOBT.sys  - Windows 2000 and XP high Speed (921kbps) device driver
;  sktsio9x.vxd  - Windows 9x and ME high speed (921kbps) device driver
;
;  Microsoft support Software:
;
;  serenum.sys	 - Windows 2000/Xp upper-level device filter driver	
;  MsPorts.dll	 - Windows 2000/Xp PC/CF card property page
;
;  serenum.vxd	 - Windows 9x/Me   upper-level device filter driver		
;  serialui.dll  - Windows 9x/Me   PC/CF card property page
;
;---------------------------------------------------------------------------------
; History Section
;---------------------------------------------------------------------------------
;
; Created  3/15/2004   rlk
;
;---------------------------------------------------------------------------------
;---------------------------------------------------------------------------------
;
[version]
LayoutFile  = layout.inf
signature	= "$WINDOWS NT$"
Provider   	= %Socket%
Class      	= Ports
ClassGuid	= {4D36E978-E325-11CE-BFC1-08002BE10318}
DriverVer	= 03/23/2004, 1.0.3.7
;CatalogFile	= socketbt.CAT			; Digital Signature file

;
;---------------------------------------------------------------------------------
; Install Disk Section
;---------------------------------------------------------------------------------
;
[DestinationDirs]

DefaultDestDir 	= 11     ; Windows\System32
CopyNtDriver    = 12     ; Windows\System32\Drivers
CopyNtPropPage  = 11     ; Windows\System32
;
CopyW9xDriver	= 11     ; Windows\system

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
SKTBt2k.sys	= 1,,
SktSio9x.vxd	= 1,,

;
;---------------------------------------------------------------------------------
; Class Installer section - Windows 9x and ME
;---------------------------------------------------------------------------------
;
[ClassInstall]
AddReg=PortsClass.AddReg

[PortsClass.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,-23

;
;--------------------------------------------------------------------------------
; Class32 Installer section - Windows 2000 and Xp 
;--------------------------------------------------------------------------------
;
[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

;
;--------------------------------------------------------------------------------
; Exclude List Section 
;--------------------------------------------------------------------------------
;
[ControlFlags]
ExcludeFromSelect =	 PCMCIA\Socket-CF+_Personal_Network_Card_Rev_2.5-E3CE

;
;--------------------------------------------------------------------------------
; Device Selection Section
;--------------------------------------------------------------------------------
;
[Manufacturer]
%Socket% = BtIdList

[BtIdList]
%BT.DeviceDesc%   = BtCOM,PCMCIA\Socket-CF+_Personal_Network_Card_Rev_2.5-E3CE

;
;--------------------------------------------------------------------------------
; Windows 9x and ME Driver Install Section
;--------------------------------------------------------------------------------
;
[BtCOM]
CopyFiles = CopyW9xDriver
AddReg    = SetupRegW9x,W9xOverRides

[CopyW9xDriver]
sktsio9x.vxd

[SetupRegW9x]
HKR,,PortSubClass,1,01			   ; Type 01 = serial
HKR,,DevLoader,0,*vcomm			   ; Loads device driver as needed.
HKR,,Enumerator,0,serenum.vxd	   ; Enumerator
HKR,,PortDriver,0,sktsio9x.vxd	   ; Device driver
HKR,,Contention,0,*vcd			   ; Static VxD that handles contention and virtualization for the device
HKR,,ConfigDialog,0,serialui.dll   ; DLL called to service comm API functions 
HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"

; HKLM,%PowerMgr%,"EnablePowerManagement",1,0
; HKR,,EnableIRQSharing,1,01,00,00,00

; Reponse to SetDefaultCommConfig() by COMMCONFIG
HKR,,DCB,3,1c,00,00,00,80,25,00,00,11,33,00,00,00,00,0a,00,0a,00,08,00,00,11,13,00,00,00  
;  
; This following are the default register setting for the serial device (16C950/HIS-2)
; and entries are in hex.
;
HKR,,CfgHIS2,1,\
 
; (Byte 1)     - Uart Type 950 =0, Not95x = F0
    0,\
; (Byte 2)     - Chip revision level 0 = "A", 1 = "B", 2 ="C"  
    2,\ 
; (Byte 3)     - Clock prescaler register value              (CPR)	 range 1 - 31 7/8 step 1/8 frequency 
   20,\
; (Byte 4)     - N-Times clock register value                (TCR)	 range 0 - 3 = 16 clock samples 4 - 15 = clock samples 
   0,\
; (Byte 5)     - Transmitter Interrupt Trigger Level         (TTL)  range 0 - 127 
   4,\
; (Byte 6)     - Receiver Interrupt Trigger Level            (RTL)  range 0 - 127 
   64,\
; (Byte 7)     - Automatic Flow Control Lower Trigger level  (FCL)	 range 0 - 127
   10,\
; (Byte 8)     - Automatic Flow Control Higher Trigger level (FCH)  range 0 - 127
   70,\
; (Byte 9)     - Special  RHR Trigger level if 550/750 mode set
   1,\
; (Byte 10,11) - Clock divisor                               (DLMDLL) range 1 - 65535 
   1,0,\
; (Byte 12)    - Auto flow control flags:  CTS = 1, RTS = 2, DTR = 4 DSR = 8, Xon/Xoff = 16
   10,\
; (Byte 13)    - Force an option flag: Force450 =1, Force550 = 2, Force a baud = 16; Force Non 950 = 3;
   0,\

;------------------------------------------------------------------------------------------------------
; (Byte 14)    - Flag for Baudrate mapping 0 = No mapping, 1 = mapping 
   0,\
;------------------------------------------------------------------------------------------------------
; The following are expanded BaudRates that can be mapped to the standard PC BaudRates.
; The mappings will be used by the device driver if the mapping flag is set to true (1).
;   
; 75    =0,  110   =1,  134    =2,  150    =3,  300    =4,  600   =5,  1200  =6,  1800  =7, 2000  =8,
; 2400  =9,  3600  =10, 4800   =11, 7200   =12, 9600   =13, 12800 =14, 14400 =15, 19200 =16 23040 =17,
; 28800 =18, 38400 =19, 57600  =20, 115200 =21, 230400 =22, 460800 =23, 921600 =24
;------------------------------------------------------------------------------------------------------
;
; (Byte 15)    - Baud 110	 Standard PC BaudRate selections that can be re-mapped
   1,\
; (Byte 16)	   - Baud 300
   4,\
; (Byte 17)    - Baud 600
   5,\     
; (Byte 18)    - Baud 1200
   6,\
; (Byte 19)    - Baud 2400
   9,\
; (Byte 20)    - Baud 4800
   b,\
; (Byte 21)    - Baud 9600
   d,\
; (Byte 22)    - Baud 19200
   10,\
; (Byte 23)    - Baud 38400
   13,\
; (Byte 24)    - Baud 57600
   14,\
; (Byte 25)    - Baud 115200
   15,\
; (Byte 26,27,28)    - Socket Communication, Inc. Options
   0,0,0

;
;----------------------------------------------------------------------
;  Windows 9x and ME Logical Configuration  list
;----------------------------------------------------------------------
; Section name format meaning:
; Char 1 = c (COM port)
; Char 2 = I/O config: 1 (3f8), 2 (2f8), 3 (3e8), 4 (2e8), a (any)
; Char 3 = IRQ config: #, a (any)
;----------------------------------------------------------------------
;
;
;-----------------------------------------------------------------------------
; OverRide Parameter Tables Windows 9x and Me
;-----------------------------------------------------------------------------
;

[W9xOverRides]
;
;
; OVERRIDE for (xxxx / xxxx)
;
HKR,Override,0000,1, \
;
; CONFIGMG_VERSION
;
00,04,00,00, \
;
; PRIORITY
;
00,00,00,00, \
;
; I/O Resource Descriptor 0:
;
24,00,00,00, \ ; Total length of I/O Resource Descriptor

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -