Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.4 KiB

  1. ;
  2. ; USB Mass-Storage Bulk-Only FilterDrivers for Brother RemovableDisk
  3. ; Copyright (C) Brother Industries, Ltd. 2000
  4. ;
  5. ; BRMFCSTO.inf
  6. ;
  7. [Version]
  8. Signature = "$CHICAGO$"
  9. Class = USB
  10. ClassGUID = {36FC9E60-C465-11CF-8056-444553540000}
  11. Provider = %BROTHER%
  12. LayoutFile = LAYOUT.INF
  13. DriverVer = 04/10/2000,01.00.00.07
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16. [DestinationDirs]
  17. USBSTOR.CopyList = 10, system32\drivers
  18. DefaultDestDir = 10, system32\drivers
  19. [USBSTOR.CopyList]
  20. UsbStor.sys
  21. BrFiltLo.sys
  22. BrFiltUp.sys
  23. [Manufacturer]
  24. %BROTHER% = Brother
  25. [Brother]
  26. %Brother_MFC-7400C% = USBSTOR_BULK, USB\VID_04F9&PID_0107&MI_03
  27. %Brother_MFC-9200C% = USBSTOR_BULK, USB\VID_04F9&PID_0108&MI_03
  28. %Brother_MFC-840% = USBSTOR_BULK, USB\VID_04F9&PID_010A&MI_03
  29. %Brother_MFC-860% = USBSTOR_BULK, USB\VID_04F9&PID_010B&MI_03
  30. %Brother_MFC-7400J% = USBSTOR_BULK, USB\VID_04F9&PID_010C&MI_03
  31. %Brother_MFC-9200J% = USBSTOR_BULK, USB\VID_04F9&PID_010D&MI_03
  32. [USBSTOR_BULK.NT]
  33. CopyFiles = USBSTOR.CopyList
  34. AddReg = USBSTOR_BULK.AddReg
  35. [USBSTOR_BULK.AddReg]
  36. HKR,, DriverFlags, 0x00010001, 0x00000001
  37. HKLM, "System\CurrentControlSet\Services\BrFiltLo\Parameters", "AdapterSettings", 0, "/GR=OFF /TO=10 /OW=30"
  38. HKLM, "System\CurrentControlSet\Services\Disk", "AutoRunAlwaysDisable", 0x00010008, "Brother RemovableDisk(U)"
  39. ;;;;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 HW Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  40. [USBSTOR_BULK.NT.HW]
  41. AddReg = USBSTOR.NT.HW.AddReg
  42. [USBSTOR.NT.HW.AddReg]
  43. HKR,, LowerFilters, 0x00010000, "BrFiltLo"
  44. HKR,, UpperFilters, 0x00010000, "BrFiltUp"
  45. ;;;;;;;;;;;;;;;;;;;;;;;; Windows 2000 Service Install Sections ;;;;;;;;;;;;;;;;;;;;;;;;;;
  46. [USBSTOR_BULK.NT.Services]
  47. Addservice = USBSTOR, 0x00000002, USBSTOR.AddService
  48. Addservice = BrFiltLo, , BrFiltLo.AddService
  49. Addservice = BrFiltUp, , BrFiltUp.AddService
  50. [USBSTOR.AddService]
  51. DisplayName = %USBSTOR.SvcDesc%
  52. ServiceType = 1
  53. StartType = 3
  54. ErrorControl = 1
  55. ServiceBinary = %12%\UsbStor.sys
  56. [BrFiltLo.AddService]
  57. DisplayName = %BrFiltLo.SvcDesc%
  58. ServiceType = 1
  59. StartType = 3
  60. ErrorControl = 1
  61. ServiceBinary = %12%\BrFiltLo.sys
  62. LoadOrderGroup = extended base
  63. [BrFiltUp.AddService]
  64. DisplayName = %BrFiltUp.SvcDesc%
  65. ServiceType = 1
  66. StartType = 3
  67. ErrorControl = 1
  68. ServiceBinary = %12%\BrFiltUp.sys
  69. LoadOrderGroup = extended base