home *** CD-ROM | disk | FTP | other *** search
/ ImageMixer 1.5 for Sony / ImageMixer.iso / driver / data1.cab / S_W98MEinf / sonyhcusb98.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-03-04  |  2.9 KB  |  107 lines

  1. ;--------------------------------------------------------------------------------------------------
  2. ;
  3. ;    sonyhcusb.inf
  4. ;        11/05/2001
  5. ;
  6. ;--------------------------------------------------------------------------------------------------
  7.  
  8. [Version]
  9. LayoutFile        =Layout.inf
  10. signature        ="$CHICAGO$"
  11. Class            =USB
  12. ClassGUID        ={36FC9E60-C465-11CF-8056-444553540000}
  13. Provider        =%DriverProvider%
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = *
  17.  
  18. [Manufacturer]
  19. %TheMfg%=Models
  20.  
  21.  
  22.  
  23. [Models]
  24. ; DisplayName                                Section                DeviceID
  25. ;---------------------------------------    ----------------    -----------------------
  26. %USB\VID_054C&PID_0045.DeviceDesc%            = SONYHC_U.Device,    USB\VID_054C&PID_0045
  27.  
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ;    INF DDInstall Section for win9x
  31. ;
  32. ;------------------------------------------------------------------------------
  33. [SONYHC_U.Device]
  34. DriverVer        = 11/05/2001,1.0.0.53
  35. AddReg=SONYHC_U.AddReg
  36.  
  37. ;------------------------------------------------------------------------------
  38. ;
  39. ;    INF DDInstall Section for win2k
  40. ;
  41. ;------------------------------------------------------------------------------
  42. [SONYHC_U.Device.NT]
  43. DelReg=SONYHC_U.DelReg.NT
  44.  
  45. ;------------------------------------------------------------------------------
  46. ;
  47. ;    INF AddReg Directive    for win9x
  48. ;
  49. ;------------------------------------------------------------------------------
  50. [SONYHC_U.AddReg]
  51. HKR,,DevLoader,,*NTKERN
  52. HKR,,NTMPDriver,,usbhub.sys
  53.  
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ;    INF DelReg Directive    forwin2k
  57. ;
  58. ;------------------------------------------------------------------------------
  59. [SONYHC_U.DelReg.NT]
  60. HKR,,EnumPropPages32
  61.  
  62. [SONYHC_U.Device.NT.Services]
  63. AddService = usbhub, 0x00000002, SONYHC_U.Device.AddService
  64.  
  65. [SONYHC_U.Device.AddService]
  66. DisplayName        = %DriverName%
  67. ServiceType        = %SERVICE_KERNEL_DRIVER%
  68. StartType        = %SERVICE_DEMAND_START%
  69. ErrorControl    = %SERVICE_ERROR_NORMAL%
  70. ServiceBinary    = %12%\usbhub.sys
  71. LoadOrderGroup    = Base
  72.  
  73. [Strings]
  74. ;------------------------------------------------------------------------------
  75. ;
  76. ; Non-Localizable
  77. ;
  78. ;------------------------------------------------------------------------------
  79.  
  80. ;service type
  81. SERVICE_KERNEL_DRIVER    =1
  82.  
  83. ;load type
  84. SERVICE_BOOT_START        =0
  85. SERVICE_SYSTEM_START    =1
  86. SERVICE_AUTO_START        =2
  87. SERVICE_DEMAND_START    =3
  88.  
  89. ;error type
  90. SERVICE_ERROR_IGNORE    =0
  91. SERVICE_ERROR_NORMAL    =1
  92. SERVICE_ERROR_SEVERE    =2
  93. SERVICE_ERROR_CRITICAL    =3
  94.  
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ; Localizable
  98. ;
  99. ;------------------------------------------------------------------------------
  100. DriverName        = "Microsoft USB Standard Hub Driver"
  101.  
  102. DriverProvider    ="SONY PVC"
  103. DiskDesc        ="SONY PVC"
  104. TheMfg            ="SONY PVC"
  105.  
  106. USB\VID_054C&PID_0045.DeviceDesc="Sony Digital Imaging USB"
  107.