home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / wpdmtphw.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.8 KB  |  77 lines

  1. ; Installation inf for devices supporting Media Transfer Protocol (MTP) and using device's hardware ID
  2. ;
  3. ; Copyright (c) Microsoft Corporation.
  4. ;
  5.  
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=WPD
  9. ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
  10. Provider=%Msft%
  11. DriverVer=06/21/2006,6.0.6001.18000
  12.  
  13. [Manufacturer]
  14. %MfgNameVendorModels%=VendorModels,NTx86,NTamd64
  15.  
  16. [VendorModels.NTx86]
  17. ;Nokia N91
  18. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_0421&PID_0485
  19. ;Creative PMC
  20. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_041E&PID_4123
  21. ;Samsung PMC
  22. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_04E8&PID_5A0F
  23. ;Intel Bandon PMC
  24. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_045E&PID_00C9
  25. ;iRiver PMC
  26. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_1006&PID_4002
  27. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_1006&PID_4003
  28.  
  29. [VendorModels.NTamd64]
  30. ;Nokia N91
  31. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_0421&PID_0485
  32. ;Creative PMC
  33. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_041E&PID_4123
  34. ;Samsung PMC
  35. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_04E8&PID_5A0F
  36. ;Intel Bandon PMC
  37. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_045E&PID_00C9
  38. ;iRiver PMC
  39. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_1006&PID_4002
  40. %GenericMTP.DeviceDesc%=MTPHW, USB\VID_1006&PID_4003
  41.  
  42. [MTPHW.NT]
  43. Include = wpdmtp.inf
  44. Needs   = WPD.MTP
  45.  
  46. [MTPHW.NT.hw]
  47. Include = wpdmtp.inf
  48. Needs   = WPD.MTP.Registration
  49. AddReg  = TSRedir.Registration
  50.  
  51. [MTPHW.NT.Services]
  52. Include = wpdmtp.inf
  53. Needs   = WPD.MTP.Services
  54.  
  55. [MTPHW.NT.CoInstallers]
  56. Include = wpdmtp.inf
  57. Needs = WPD.MTP.CoInstallers
  58.  
  59. [MTPHW.NT.Wdf]
  60. Include = wpdmtp.inf
  61. Needs = WPD.MTP.Wdf
  62. UmdfServiceOrder=WpdMtpDriver
  63.  
  64. [TSRedir.Registration]
  65. ;
  66. ; Enable support for redirecting the device over Terminal Server connection.
  67. ;
  68. HKR,,"TSRedirFlags",0x10001,0x1
  69.  
  70.  
  71. [Strings]
  72.  
  73. ;; Localizable strings
  74. Msft                 ="Microsoft"
  75. MfgNameVendorModels  ="(Standard MTP-Compliant Device)"
  76. GenericMTP.DeviceDesc="MTP Device"
  77.