JMUsbSto.inf
上传用户:ljruser
上传日期:2019-05-24
资源大小:36449k
文件大小:2k
源码类别:

单片机开发

开发平台:

C/C++

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=HDC
  4. provider=%MSFT%
  5. [Manufacturer]
  6. %MfgName%=Microsoft
  7. [Microsoft]
  8. %DeviceDesc%=JMUSB.install,USBVID_152D&PID_2338
  9. %JMUSDISK.DeviceDesc%=jmuspdr.install,USBSTORJMDISK
  10. [PreCopySection]
  11. HKR,,NoSetupUI,,1
  12. [DestinationDirs]
  13. jmus.files = 10,System32Drivers
  14. jmuspdr.files = 12
  15. [JMUSB.install]
  16. CopyFiles=jmus.files, jmuspdr.files
  17. AddReg=jmus.addreg
  18. [Sandisk.install]
  19. CopyFiles=jmus.files, jmuspdr.files
  20. AddReg=jmus.addreg
  21. [ImationLS120.install]
  22. CopyFiles=jmus.files, jmuspdr.files
  23. AddReg=jmus.addreg
  24. [ImationLS120.install.HW]
  25. AddReg=cb.addreg.HW
  26. [jmus.addreg]
  27. HKR,,DevLoader,,*ntkern
  28. HKR,,NTMPDriver,,jmusbsto.SYS
  29. ; If the device does not correctly indicate which protocol it uses,
  30. ; one of the following sections should be added to indicate which protocol
  31. ; the driver should use.
  32. ; Indicate that the device uses the C/B/I protocol
  33. [cbi.addreg.HW]
  34. HKR,,DeviceProtocol,0x10001,00
  35. ; Indicate that the device uses the C/B protocol
  36. [cb.addreg.HW]
  37. HKR,,DeviceProtocol,0x10001,01
  38. ; Indicate that the device uses the BULK ONLY protocol
  39. [bulkonly.addreg.HW]
  40. HKR,,DeviceProtocol,0x10001,50
  41. ; Install the port driver
  42. [jmuspdr.install]
  43. AddReg=jmuspdr.addreg
  44. [jmuspdr.addreg]
  45. HKR,,DevLoader,,*ios
  46. HKR,,PortDriver,,jmuspdr.pdr
  47. HKLM,%AUTORUN%,JMUsbMon,,"JMUsbMon.exe"
  48. [jmus.files]
  49. jmusbsto.sys
  50. [jmuspdr.files]
  51. jmuspdr.pdr
  52. [SourceDisksNames]
  53. 1000 = "USB Mass Storage Driver Disk","",,
  54. [SourceDisksFiles]
  55. jmusbsto.SYS = 1000
  56. jmusPDR.PDR = 1000
  57. ;---------------------------------------------------------------;
  58. [Strings]
  59. MSFT="JMicron"
  60. MfgName="JMicron"
  61. DeviceDesc="JM20338 SATA, USB Combo"
  62. jmusDISK.DeviceDesc="USB Mass Storage Device"
  63. AUTORUN="SoftwareMicrosoftWindowsCurrentVersionRun"