Compare commits

..

8 Commits
1.5 ... master

Author SHA1 Message Date
Tzwcard
261a92070e
Add Win10 BIO2(VIDEO) driver (#5)
Windows 7 driver cannot be installed correctly on Win10+, so I pulled
this from LDJ-JX image
2025-07-27 14:40:48 +02:00
icex2
90bf412858 chore: Bump version to 1.7 to start next development cycle 2023-04-06 16:01:10 +02:00
icex2
b193f67f69 chore: Update changelog for 1.6 release 2023-04-06 15:20:43 +02:00
icex2
44ef141f20 feat(iidx 15): Add default backup data to fix game boot crash 2023-04-06 15:20:43 +02:00
icex2
46f5f318f1 chore(gitignore): Add .DS_Store files 2023-04-06 15:20:43 +02:00
icex2
868a04ec15 Add DDR p3io drivers for x64 platform 2022-08-04 20:09:35 +02:00
icex2
64746c5682 Add P3IO driver for ddr
Driver files taken from a stock dragon MDX HDD image.
2022-06-19 20:40:27 +02:00
icex2
c7289994a7 Bump version to 1.6 to start next development cycle 2022-06-19 13:51:51 +02:00
36 changed files with 530 additions and 30 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
build/
version

View File

@ -1,12 +1,12 @@
# Bemanitools supplement
[![pipeline status](https://dev.s-ul.eu/djhackers/bemanitools-supplement/badges/master/pipeline.svg)](https://dev.s-ul.eu/djhackers/bemanitools-supplement/commits/master)
Version: 1.5
Version: 1.7
A collection of various binary files and tools which are required or optional
to run various Bemani arcade games using Bemanitools 5.
# List of games
* [Dance Dance Revolution](ddr/README.md)
* [Guitar Freaks & Drummania](gfdm/README.md)
* [Beatmania IIDX](iidx/README.md)
@ -15,10 +15,28 @@ to run various Bemani arcade games using Bemanitools 5.
* [Misc for multiple games](misc/README.md)
# Release history
## v1.7
### Features
### Fixes
## v1.6
### Features
* feat(iidx 15): Default backup data to fix game boot crash
* feat(ddr): P3IO driver x64 and x86 for DDR
### Fixes
## v1.5
* Add popn music ezusb drivers and firmware dump
## v1.4
* Documentation improvements
* Add compiled SMX driver for ddrio-smx
* Add driver for IIDX BIO2
@ -27,14 +45,18 @@ to run various Bemani arcade games using Bemanitools 5.
* Add commonly used runtime libraries for bemani games
## v1.3
* Add D01 fpga firmware
## v1.2
* Add ezusb2 Win10 x86/x64 drivers
## v1.1
* Add d3d8to9 wrapper library
## v1.0
* Initial release with IIDX IO drivers, IIDX IO firmwares, video codec and
RtEffects stub

View File

@ -1,6 +1,4 @@
# DanceDanceRevolution supplements
* [p3io](p3io/README.md): Drivers for the P3IO board.
* [SMX.dll](SMX/README.md): StepManiax pad SDK, required by ddrio-smx.dll
## Chimera P3IO
Use the [P3IO driver from GF&DM](../gfdm/p3io/README.md).

9
ddr/p3io/README.md Normal file
View File

@ -0,0 +1,9 @@
# P3IO
Currently, this package provides drivers for the following platforms:
* [Windows XP x86](x86)
* [Windows 7 x64](x64)
Note that the drivers for a "DDR P3IO" are different to the drivers of a "regular P3IO" used on
[GF&DM](../../gfdm/p3io/README.md).

View File

@ -0,0 +1 @@
Drivers taken from a DDR PCB with (DDR) P3IO running on an ADE6291, i.e. 64-bit

Binary file not shown.

View File

@ -0,0 +1,81 @@
;
; Windows USB CDC Driver Setup File for DDR (Windows7)
;
; (C)2016 Konami Amusement Co., Ltd.
;
;
[Version]
Signature = "$Windows NT$"
Class=Ports
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
Provider=%ProviderName%
DriverVer= 12/29/2016,1.1.0.0
CatalogFile=ddrmem_win7.cat
[DestinationDirs]
DefaultDestDir = 12
[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64
[DeviceList.NTx86]
%ddrmemDesc%=DriverInstall,USB\VID_1CCF&PID_8004
[DeviceList.NTamd64]
%ddrmemDesc%=DriverInstall,USB\VID_1CCF&PID_8004
;--------------------------------------------------------------------------
; Device driver
;--------------------------------------------------------------------------
[DriverInstall]
include = mdmcpq.inf
CopyFiles = FakeModemCopyFileSection
AddReg = LowerFilterAddReg,SerialPropPageAddReg
[DriverInstall.Services]
include = mdmcpq.inf
AddService = usbser, 0x00000002, ddrmem_Service_Inst
[SerialPropPageAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
;--------------------------------------------------------------------------
; Services
;--------------------------------------------------------------------------
[ddrmem_Service_Inst]
DisplayName = %SERVICE%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\usbser.sys
;--------------------------------------------------------------------------
; Strings
;--------------------------------------------------------------------------
[Strings]
ProviderName = "Konami Amusement"
ddrmemDesc= "DDR USB Virtual COM Port"
SERVICE = "DDR USB memory Driver"
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

Binary file not shown.

View File

@ -0,0 +1,91 @@
;
; Created by GenINF.
;
;
[Version]
Signature = "$Windows NT$"
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%KDE-J%
DriverVer= 10/27/2016
CatalogFile=p3io.cat
[DestinationDirs]
DefaultDestDir = 12
[SourceDisksNames]
1=%Desc_x860%,,,\x86
2=%Desc_x860%,,,\amd64
[SourceDisksFiles.x86]
p3io.sys = 1
[SourceDisksFiles.amd64]
p3io.sys = 2
[SourceDisksFiles.ia64]
[Manufacturer]
%KDE-J%=KDE-J,NTx86,NTamd64
; For WindowsXP 32bit
[KDE-J.NTx86]
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
; For Windows7 64bit
[KDE-J.NTamd64]
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
[p3io_Inst]
CopyFiles = p3io.Files.Ext
[p3io_Inst.Services]
AddService = p3io,0x00000002,p3io_Service_Inst
[p3io_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\p3io.sys
[p3io.Files.Ext]
p3io.sys
[p3io_EventLog_Inst]
AddReg = p3io_EventLog_Inst.AddReg
[p3io_EventLog_Inst.AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
; *******Localizable Strings*******
KDE-J= "Konami Degital Entertainment"
Desc_x860= "Konami Degital Entertainment USBdrivers"
p3ioDesc= "python3 I/O board (DDRX custom)"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

View File

@ -0,0 +1,84 @@
;/*++
;
;Module Name:
;
; P4IO.INF
;
;Abstract:
; Installation inf for USB I/O PCB (P4IO)
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%KDE%
DriverVer=09/05/2012,1.0.5.1
CatalogFile=p4io.cat
; ================= Class section =====================
[ClassInstall32]
Addreg=SampleClassReg
[SampleClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-5
; ================= Device section =====================
[Manufacturer]
%MfgName%=Kde,NTx86,NTAMD64
; For WindowsXP 32bit
[Kde.NTx86]
%USB\VID_045E&PID_930A.DeviceDesc%=p4io.Dev, USB\VID_1CCF&PID_8010
; For Windows7 64bit
[Kde.NTAMD64]
%USB\VID_045E&PID_930A.DeviceDesc%=p4io.Dev, USB\VID_1CCF&PID_8010
[p4io.Dev]
CopyFiles=p4io.Files.Ext
[p4io.Dev.Services]
AddService = p4io, %SPSVCINST_ASSOCSERVICE%, p4io.AddService
[p4io.AddService]
DisplayName = %p4io.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\p4io.sys
AddReg = p4io.AddReg
LoadOrderGroup = Base
[p4io.Files.Ext]
p4io.sys
[SourceDisksNames]
1=%Disk_Description%,,,\x86
2=%Disk_Description%,,,\amd64
[SourceDisksFiles.x86]
p4io.sys = 1
[SourceDisksFiles.amd64]
p4io.sys = 2
[DestinationDirs]
DefaultDestDir = 12
;---------------------------------------------------------------;
[Strings]
KDE= "Konami Digital Entertainment"
MfgName="OSR"
Disk_Description="P4IO Installation Disk"
USB\VID_045E&PID_930A.DeviceDesc="python4 I/O board"
p4io.SvcDesc="python4 I/O board"
ClassName = "Sample Device"
SPSVCINST_ASSOCSERVICE= 0x00000002

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
ddr/p3io/driver/x86/p3io.sys Executable file

Binary file not shown.

83
ddr/p3io/driver/x86/p3ioh.inf Executable file
View File

@ -0,0 +1,83 @@
;
; Created by GenINF.
;
;
[Version]
Signature = "$Windows NT$"
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%KDE-J%
DriverVer= 08/25/2008
[DestinationDirs]
p3io.Files.x86_12 = 12
[SourceDisksNames.x86]
0=%Desc_x860%
[SourceDisksNames.ia64]
[SourceDisksFiles.x86]
p3io.sys
[SourceDisksFiles.ia64]
[Manufacturer]
%KDE-J%=KDE-J
[KDE-J]
; %p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
[p3io_Inst.ntx86]
CopyFiles = p3io.Files.x86_12
[p3io_Inst.ntx86.Services]
AddService = p3io,0x00000002,p3io_Service_Instx86,
[p3io_Service_Instx86]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\p3io.sys
[p3io.Files.x86_12]
p3io.sys
[p3io_EventLog_Inst]
AddReg = p3io_EventLog_Inst.AddReg
[p3io_EventLog_Inst.AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
; *******Localizable Strings*******
KDE-J= "Konami Degital Entertainment"
Desc_x860= "Konami Degital Entertainment USBdrivers"
p3ioDesc= "python3 I/O board (DDRX custom)"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

9
iidx/15/README.md Normal file
View File

@ -0,0 +1,9 @@
# Beatmania IIDX (15) - DJTroopers
## `default-backup-data`
Pre-generated default "backup data" for the `e:\` and `f:\` drive. The stock game crashes on boot
without any backup data present and trying to generate default backup data. This is a bug in the
stock game. Use the provided generated data which contains all default settings by the game by
copying it either to a local mount/redirect for `e:\` and `f:\` drives or to an actual volume. The
method depends on whether you use this on a stock drive or a custom setup.

View File

@ -0,0 +1,3 @@
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°,z― ©8«”<C2AB>Δc<CE94>^¶‘ J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚΙ?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>¥€©Dζ;ν3sϊ— ·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³  ΰs#η v»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν­<CF84>ϊv®­0Ώ oµr9©¬D3<01> ϊoNφ"«¶1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D> b<>{3Ή²<CE89>gΠΘΝσ<>Τ$ιΫµΙ ι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<><EFBFBD>s”bχτNην@ί6‰q<E28099>Yΰη
ζF<04>κwννχα<CF87>ΊΛr\σ <0C><1D>VιGΓ6}8*,―Φ

View File

@ -0,0 +1,3 @@
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°,z― ©8«”<C2AB>Δc<CE94>^¶‘ J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚΙ?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>¥€©Dζ;ν3sϊ— ·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³  ΰs#η v»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν­<CF84>ϊv®­0Ώ oµr9©¬D3<01> ϊoNφ"«¶1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D> b<>{3Ή²<CE89>gΠΘΝσ<>Τ$ιΫµΙ ι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<><EFBFBD>s”bχτNην@ί6‰q<E28099>Yΰη
ζF<04>κwννχα<CF87>ΊΛr\σ <0C><1D>VιGΓ6}8*,―Φ

View File

@ -0,0 +1,3 @@
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°,z― ©8«”<C2AB>Δc<CE94>^¶‘ J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚΙ?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>¥€©Dζ;ν3sϊ— ·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³  ΰs#η v»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν­<CF84>ϊv®­0Ώ oµr9©¬D3<01> ϊoNφ"«¶1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D> b<>{3Ή²<CE89>gΠΘΝσ<>Τ$ιΫµΙ ι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<><EFBFBD>s”bχτNην@ί6‰q<E28099>Yΰη
ζF<04>κwννχα<CF87>ΊΛr\σ <0C><1D>VιGΓ6}8*,―Φ

View File

@ -0,0 +1,3 @@
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°,z― ©8«”<C2AB>Δc<CE94>^¶‘ J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚΙ?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>¥€©Dζ;ν3sϊ— ·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³  ΰs#η v»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν­<CF84>ϊv®­0Ώ oµr9©¬D3<01> ϊoNφ"«¶1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D> b<>{3Ή²<CE89>gΠΘΝσ<>Τ$ιΫµΙ ι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<><EFBFBD>s”bχτNην@ί6‰q<E28099>Yΰη
ζF<04>κwννχα<CF87>ΊΛr\σ <0C><1D>VιGΓ6}8*,―Φ

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,6 @@
# Beatmania IIDX supplements
* [15](15/README.md): IIDX 15 DJTroopers specific stuff.
* [bio2](bio2.README.md): Drivers for real BIO2 IO board.
* [ezusb](ezusb/README.md): Drivers and firmware binaries for a real ezusb (C02/D01) IO board.
* [ezusb2](ezusb2/README.md): Drivers and firmware binaries for a real ezusb FX2 (IO2) IO board.

View File

@ -1,6 +1,7 @@
# Driver for IIDX BIO2
Currently, this package offers drivers for the following platforms:
* Windows 7: x64 (confirmed to work on Windows 10)
* Windows 7: x64
* Windows 10: x64
### Install
* Plug in the device and Windows should recognize it automatically

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,106 @@
;--------------------------------------------------------
; KDE
;
; Communication Device Class
; Virtual Serial Port
;
; 2017/06/14
;--------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MANUFACTURER%
LayoutFile=layout.inf
CatalogFile=CDC_bio2video_Win7.cat
DriverVer= 06/14/2017,1.1.2600.0
[Manufacturer]
%MANUFACTURER%=DeviceList,nt,NTamd64
[DestinationDirs]
DefaultDestDir=12
;--------------------------------------------------------
; Windows 2000/XP/Vista32 Support
;--------------------------------------------------------
[DriverInstall.nt]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.nt
AddReg=DriverInstall.nt.AddReg
[DriverCopyFiles.nt]
usbser.sys,,,0x20
[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService.nt
[DriverService.nt]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%DRIVERFILENAME%.sys
;--------------------------------------------------------
; Windows Vista64 Support
;--------------------------------------------------------
[DriverInstall.NTamd64]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg
[DriverCopyFiles.NTamd64]
%DRIVERFILENAME%.sys,,,0x20
[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64
[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%DRIVERFILENAME%.sys
;**********************************************
; Please change to your company's information *
;**********************************************
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList.nt]
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_804C
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_8040
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_804C
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_8040
;**********************************************
; Please change to your company's information *
;**********************************************
[Strings]
FILENAME="Kam_bio2video_cdc"
DRIVERFILENAME ="usbser"
MANUFACTURER="KAM"
INSTDISK="USB2UART"
DESCRIPTION="KAM BIO2(VIDEO) CDC DRIVER"
SERVICE="KAM BIO2(VIDEO) CDC DRIVER"