home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / DFR2080.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  1.9 KB  |  82 lines

  1. ;
  2. ; Installation file (.inf) for the FDU01B device.
  3. ;
  4. ; (c) Copyright 2002 Identix Incorporated. 
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Class=USB
  10. Provider=%Identix%
  11. ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
  12. DriverVer=12/16/2002,4.0.0.0 
  13.  
  14. [PreCopySection]
  15. HKR,,NoSetupUI,,1
  16.  
  17. [SourceDisksNames]
  18. 1 = %DISK1%,, 0
  19.  
  20. [SourceDisksFiles]
  21. VenusDrv.sys=1,,
  22. Venus.dll=1,,
  23.  
  24. [DestinationDirs]
  25. DefaultDestDir=10,System32\Drivers
  26. FPUSB.Files.Ext = 10,System32\Drivers
  27. FPUSB.Files.Dll = 11            ; 9x - System Dir, NT - System32 Dir
  28.  
  29. [ControlFlags]
  30. ;ExcludeFromSelect=*             ; removes all device here from the device installer list
  31.  
  32. [Manufacturer]
  33. %Identix%=Identix
  34.  
  35. [Identix]
  36.  
  37. ; Identix DFR2080 Fingerprint Device Isochronous Mode
  38. %USB\VID_0A86&PID_0100.DeviceDesc%=FPUSB, USB\VID_0A86&PID_0100
  39.  
  40. ; Identix DFR2080 Fingerprint Device Bulk Mode
  41. %USB\VID_1162&PID_0100.DeviceDesc%=FPUSB, USB\VID_1162&PID_0100
  42.  
  43.  
  44. ; =================== DFR2080 USB FRD Driver ===================
  45.  
  46. [FPUSB]
  47. CopyFiles=FPUSB.Files.Ext, FPUSB.Files.Dll
  48. AddReg=FPUSB.AddReg
  49.  
  50. [FPUSB.AddReg]
  51. HKR,,DevLoader,,*ntkern
  52. HKR,,NTMPDriver,,VenusDrv.sys
  53.  
  54. [FPUSB.Files.Ext]
  55. VenusDrv.sys
  56.  
  57. [FPUSB.Files.Dll]
  58. Venus.dll
  59.  
  60. [FPUSB.NTx86]
  61. CopyFiles=FPUSB.Files.Ext, FPUSB.Files.Dll
  62.  
  63. [FPUSB.NTx86.Services]
  64. Addservice = FPUSB, 0x00000002, FPUSB_AddService_Inst 
  65. [FPUSB_AddService_Inst]
  66. DisplayName    = %FPUSB.SvcDesc%
  67. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  68. StartType      = 1                  ; SERVICE_SYSTEM_START 
  69. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  70. LoadOrderGroup = Pointer Port
  71. ServiceBinary  = %12%\VenusDrv.sys
  72.  
  73. [Strings]
  74.  
  75. Identix="Identix Incorporated"
  76. ;DFR2080 Isoch, 2002.12
  77. USB\VID_0A86&PID_0100.DeviceDesc="Identix DFR2080 USB Isochronous Mode"
  78.  
  79. ;DFR2080 Bulk, 2002.12
  80. USB\VID_1162&PID_0100.DeviceDesc="Identix DFR2080 USB Bulk Mode"
  81.  
  82.