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

  1. ;--------------------------------------------------------------------------------------------------
  2. ;
  3. ;       Sony Digital Imaging
  4. ;       sonypvs2usb.inf
  5. ;       Copyright 2001,2002 Sony Corp.
  6. ;
  7. ;--------------------------------------------------------------------------------------------------
  8.  
  9. [Version]
  10. LayoutFile      =Layout.inf
  11. Signature       ="$CHICAGO$"
  12. Class           =USB
  13. ClassGUID       ={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider        =%DriverProvider%
  15. DriverVer       =10/16/2002,1.1.1.14
  16. CatalogFile.nt  =sonypvs2.cat
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20.  
  21. [Manufacturer]
  22. %TheMfg%=Models
  23.  
  24. [SourceDisksNames.x86]
  25.  
  26. [SourceDisksFiles.x86]
  27.  
  28. [Models]
  29. ; DisplayName                         Section           DeviceID
  30. ;----------------------------------   ----------------  -----------------------
  31. %USB\VID_054C&PID_00C0.DeviceDesc%  = SONYHC_U.Device,  USB\VID_054C&PID_00C0
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ;       INF DDInstall Section
  36. ;
  37. ;------------------------------------------------------------------------------
  38. [SONYHC_U.Device]
  39. AddReg=SONYHC_U.AddReg
  40.  
  41. [SONYHC_U.Device.NT]
  42. Include=usb.inf
  43. Needs=Composite.Dev.NT
  44.  
  45. ;------------------------------------------------------------------------------
  46. ;
  47. ;       INF AddReg Directive
  48. ;
  49. ;------------------------------------------------------------------------------
  50. [SONYHC_U.AddReg]
  51. HKR,,DevLoader,,*NTKERN
  52. HKR,,NTMPDriver,,usbhub.sys
  53.  
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ;       INF DDInstall.Services Section
  57. ;
  58. ;------------------------------------------------------------------------------
  59. [SONYHC_U.Device.NT.Services]
  60. Include=usb.inf
  61. Needs= Composite.Dev.NT.Services
  62.  
  63.  
  64. [Strings]
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Non-Localizable
  68. ;
  69. ;------------------------------------------------------------------------------
  70.  
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Localizable
  74. ;
  75. ;------------------------------------------------------------------------------
  76. DriverProvider  = "Sony Corporation"
  77. TheMfg          = "Sony Corporation"
  78.  
  79. USB\VID_054C&PID_00C0.DeviceDesc="Sony Digital Imaging USB"
  80.  
  81.