diff --git a/.DS_Store b/.DS_Store index 406ed78..9c1f9f9 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/L-E/.DS_Store b/L-E/.DS_Store new file mode 100644 index 0000000..0d41f5a Binary files /dev/null and b/L-E/.DS_Store differ diff --git a/L-E/ACPIBatteryManager.kext/Contents/Info.plist b/L-E/ACPIBatteryManager.kext/Contents/Info.plist new file mode 100644 index 0000000..655f252 --- /dev/null +++ b/L-E/ACPIBatteryManager.kext/Contents/Info.plist @@ -0,0 +1,115 @@ + + + + + BuildMachineOSBuild + 18B57c + CFBundleDevelopmentRegion + English + CFBundleExecutable + ACPIBatteryManager + CFBundleGetInfoString + 1.90.1, Copyright 2011 Apple Inc., RehabMan 2012 + CFBundleIdentifier + org.rehabman.driver.AppleSmartBatteryManager + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ACPIBatteryManager + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.90.1-tluck + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.90.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 10A255 + DTPlatformVersion + GM + DTSDKBuild + 18A384 + DTSDKName + macosx10.14 + DTXcode + 1000 + DTXcodeBuild + 10A255 + IOKitPersonalities + + ACPI AC Adapter + + CFBundleIdentifier + org.rehabman.driver.AppleSmartBatteryManager + IOClass + ACPIACAdapter + IONameMatch + ACPI0003 + IOProbeScore + 1000 + IOProviderClass + IOACPIPlatformDevice + + ACPI Battery Manager + + CFBundleIdentifier + org.rehabman.driver.AppleSmartBatteryManager + Configuration + + Correct16bitSignedCurrentRate + + CorrectCorruptCapacities + + CurrentDischargeRateMax + 20000 + EstimateCycleCountDivisor + 6 + FirstPollDelay + 2000 + StartupDelay + 8000 + UseDesignVoltageForCurrentCapacity + + UseDesignVoltageForDesignCapacity + + UseDesignVoltageForMaxCapacity + + UseExtendedBatteryInformationMethod + + UseExtraBatteryInformationMethod + + + IOClass + AppleSmartBatteryManager + IONameMatch + PNP0C0A + IOProbeScore + 1000 + IOProviderClass + IOACPIPlatformDevice + + + NSHumanReadableCopyright + Copyright © 2011 Apple Inc. All rights reserved, RehabMan 2012 + OSBundleLibraries + + com.apple.iokit.IOACPIFamily + 1.0d1 + com.apple.kpi.iokit + 9.0 + com.apple.kpi.libkern + 9.0 + + OSBundleRequired + Root + Source Code + https://github.com/RehabMan/OS-X-ACPI-Battery-Driver + + diff --git a/L-E/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager b/L-E/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager new file mode 100755 index 0000000..6e62431 Binary files /dev/null and b/L-E/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager differ diff --git a/L-E/ACS6x.kext/Contents/Info.plist b/L-E/ACS6x.kext/Contents/Info.plist new file mode 100644 index 0000000..8286227 --- /dev/null +++ b/L-E/ACS6x.kext/Contents/Info.plist @@ -0,0 +1,99 @@ + + + + + BuildMachineOSBuild + 13F34 + CFBundleDevelopmentRegion + English + CFBundleExecutable + ACS6x + CFBundleGetInfoString + ACS6x 3.5.3 Copyright (c) 2004-2017 Accusys, Inc. + CFBundleIdentifier + com.Accusys.driver.Acxxx + CFBundleInfoDictionaryVersion + 3.5.3 + CFBundleName + ACS6x + CFBundlePackageType + KEXT + CFBundleShortVersionString + 3.5.3 + CFBundleVersion + 3.5.3 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 5B1008 + DTPlatformVersion + GM + DTSDKBuild + 13C64 + DTSDKName + macosx10.9 + DTXcode + 0511 + DTXcodeBuild + 5B1008 + IOKitPersonalities + + ACS6xxxx + + CFBundleIdentifier + com.Accusys.driver.Acxxx + IOClass + com_Accusys_driver_Acxxx + IOPCIMatch + 0x610114d6 0x620114d6 0x622014d6 0x630014d6 0x623214d6 0x623314d6 0x623514d6 0x624014d6 0x626214d6 0x850810B5 0x860810B5 0x860814D6 0x512D10B5 0x512e14d6 0x626514d6 0x626614d6 0x626714d6 0x626814d6 0x626914d6 0x626a14d6 0x512F10B5 0x626b14d6 + IOPCIPauseCompatible + + IOPCITunnelCompatible + + IOProbeScore + 400 + IOProviderClass + IOPCIDevice + IOUserClientClass + com_Accusys_UserClient + Protocol Characteristics + + Physical Interconnect + Fibre Channel Interface + Physical Interconnect Location + External + + model + ACS6x + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.3.2 + com.apple.iokit.IOSCSIParallelFamily + 1.3.7 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleLibraries_x86_64 + + com.apple.iokit.IOPCIFamily + 1.3.2 + com.apple.iokit.IOSCSIParallelFamily + 1.3.7 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/ACS6x.kext/Contents/MacOS/ACS6x b/L-E/ACS6x.kext/Contents/MacOS/ACS6x new file mode 100755 index 0000000..8a6e4ab Binary files /dev/null and b/L-E/ACS6x.kext/Contents/MacOS/ACS6x differ diff --git a/L-E/ACS6x.kext/Contents/Resources/English.lproj/InfoPlist.strings b/L-E/ACS6x.kext/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..0ba7963 Binary files /dev/null and b/L-E/ACS6x.kext/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/L-E/ACS6x.kext/Contents/_CodeSignature/CodeResources b/L-E/ACS6x.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..f555595 --- /dev/null +++ b/L-E/ACS6x.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,125 @@ + + + + + files + + Resources/English.lproj/InfoPlist.strings + + hash + + eRVhpb2ziuMZmueGDVg4ckWXwO4= + + optional + + + + files2 + + Resources/English.lproj/InfoPlist.strings + + hash + + eRVhpb2ziuMZmueGDVg4ckWXwO4= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/ATTOCelerityFC8.kext/Contents/Info.plist b/L-E/ATTOCelerityFC8.kext/Contents/Info.plist new file mode 100644 index 0000000..945cae6 --- /dev/null +++ b/L-E/ATTOCelerityFC8.kext/Contents/Info.plist @@ -0,0 +1,112 @@ + + + + + BuildMachineOSBuild + 17D102 + CFBundleDevelopmentRegion + English + CFBundleExecutable + ATTOCelerityFC8 + CFBundleGetInfoString + ATTO Celerity FC Driver 3.26.0f1 Copyright 2008-2018, ATTO Technology, Inc. + CFBundleIdentifier + com.ATTO.driver.ATTOCelerityFC8 + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ATTOCelerityFC8 + CFBundlePackageType + KEXT + CFBundleShortVersionString + 3.26.0 + CFBundleSignature + ATTO + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 3.26.0 + DTCompiler + 4.2 + DTPlatformBuild + 9C40b + DTPlatformVersion + GM + DTSDKBuild + 10M2518 + DTSDKName + macosx10.6 + DTXcode + 0920 + DTXcodeBuild + 9C40b + IOKitPersonalities + + ATTOCelerityFC8 + + CFBundleIdentifier + com.ATTO.driver.ATTOCelerityFC8 + CFBundleVersion + 3.26.0 + IOClass + ATTOCelerityFC8Controller + IOKitDebug + 0 + IOMediaIcon + + CFBundleIdentifier + com.ATTO.driver.ATTOCelerityFC8 + IOBundleResourceFile + mediafc.icns + + IONameMatch + + ATTO,CelerityFC8 + pci117c,3a + pci117c,3b + pci117c,3c + pci117c,47 + pci117c,48 + + IOPCIPauseCompatible + + IOPCITunnelCompatible + + IOProbeScore + 100 + IOProviderClass + IOPCIDevice + IOUserClientClass + ATTOCelerityFC8UserClient + Physical Interconnect + Fibre Channel Interface + Physical Interconnect Location + External + Protocol Characteristics + + Multiple Initiators + True + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.6 + com.apple.iokit.IOSCSIParallelFamily + 1.4.0 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/ATTOCelerityFC8.kext/Contents/MacOS/ATTOCelerityFC8 b/L-E/ATTOCelerityFC8.kext/Contents/MacOS/ATTOCelerityFC8 new file mode 100755 index 0000000..ed24dac Binary files /dev/null and b/L-E/ATTOCelerityFC8.kext/Contents/MacOS/ATTOCelerityFC8 differ diff --git a/L-E/ATTOCelerityFC8.kext/Contents/Resources/mediafc.icns b/L-E/ATTOCelerityFC8.kext/Contents/Resources/mediafc.icns new file mode 100644 index 0000000..afa0586 Binary files /dev/null and b/L-E/ATTOCelerityFC8.kext/Contents/Resources/mediafc.icns differ diff --git a/L-E/ATTOCelerityFC8.kext/Contents/_CodeSignature/CodeResources b/L-E/ATTOCelerityFC8.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..ff8a7fa --- /dev/null +++ b/L-E/ATTOCelerityFC8.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,132 @@ + + + + + files + + Resources/mediafc.icns + + sdOgkj0+YKaoxZpqrL1Y6Ppm7ZA= + + + files2 + + Resources/mediafc.icns + + hash + + sdOgkj0+YKaoxZpqrL1Y6Ppm7ZA= + + hash2 + + VMFvk0WKFGpFkZEee4oVaM+J4I5LSxz75bRTnc6j0XQ= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/ATTOExpressSASHBA2.kext/Contents/Info.plist b/L-E/ATTOExpressSASHBA2.kext/Contents/Info.plist new file mode 100644 index 0000000..de720d4 --- /dev/null +++ b/L-E/ATTOExpressSASHBA2.kext/Contents/Info.plist @@ -0,0 +1,112 @@ + + + + + BuildMachineOSBuild + 17D102 + CFBundleDevelopmentRegion + English + CFBundleExecutable + ATTOExpressSASHBA2 + CFBundleGetInfoString + ATTO ExpressSAS HBA Driver 2.61.0f1 Copyright 2008-2018, ATTO Technology, Inc. + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASHBA2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ATTOExpressSASHBA2 + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.61.0 + CFBundleSignature + ATTO + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 2.61.0 + DTCompiler + 4.2 + DTPlatformBuild + 9C40b + DTPlatformVersion + GM + DTSDKBuild + 10M2518 + DTSDKName + macosx10.6 + DTXcode + 0920 + DTXcodeBuild + 9C40b + IOKitPersonalities + + ATTOExpressSASHBA2 + + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASHBA2 + CFBundleVersion + 2.61.0 + IOClass + ATTOExpressSASHBA2Controller + IOKitDebug + 0 + IOMediaIcon + + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASHBA2 + IOBundleResourceFile + mediasas.icns + + IONameMatch + + ATTO,ExpressSAS_HBA2 + pci117c,42 + pci117c,43 + pci117c,44 + pci117c,45 + pci117c,46 + + IOPCIPauseCompatible + + IOPCITunnelCompatible + + IOProbeScore + 1 + IOProviderClass + IOPCIDevice + IOUserClientClass + ATTOExpressSASHBA2UserClient + Physical Interconnect + SAS + Physical Interconnect Location + External + Protocol Characteristics + + Multiple Initiators + True + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.6 + com.apple.iokit.IOSCSIParallelFamily + 1.4.0 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/ATTOExpressSASHBA2.kext/Contents/MacOS/ATTOExpressSASHBA2 b/L-E/ATTOExpressSASHBA2.kext/Contents/MacOS/ATTOExpressSASHBA2 new file mode 100755 index 0000000..9011fbd Binary files /dev/null and b/L-E/ATTOExpressSASHBA2.kext/Contents/MacOS/ATTOExpressSASHBA2 differ diff --git a/L-E/ATTOExpressSASHBA2.kext/Contents/Resources/mediasas.icns b/L-E/ATTOExpressSASHBA2.kext/Contents/Resources/mediasas.icns new file mode 100644 index 0000000..997cf48 Binary files /dev/null and b/L-E/ATTOExpressSASHBA2.kext/Contents/Resources/mediasas.icns differ diff --git a/L-E/ATTOExpressSASHBA2.kext/Contents/_CodeSignature/CodeResources b/L-E/ATTOExpressSASHBA2.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..02b3d0d --- /dev/null +++ b/L-E/ATTOExpressSASHBA2.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,132 @@ + + + + + files + + Resources/mediasas.icns + + nteHYBYtdKPkcMct2BRbGdkxkhw= + + + files2 + + Resources/mediasas.icns + + hash + + nteHYBYtdKPkcMct2BRbGdkxkhw= + + hash2 + + rDjLSkkJSANEhImlWR7jso9HcgfzvT6IKhtJZj+fn3Y= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/ATTOExpressSASRAID2.kext/Contents/Info.plist b/L-E/ATTOExpressSASRAID2.kext/Contents/Info.plist new file mode 100644 index 0000000..e5db9d4 --- /dev/null +++ b/L-E/ATTOExpressSASRAID2.kext/Contents/Info.plist @@ -0,0 +1,108 @@ + + + + + BuildMachineOSBuild + 12E55 + CFBundleDevelopmentRegion + English + CFBundleExecutable + ATTOExpressSASRAID2 + CFBundleGetInfoString + ATTO ExpressSAS RAID Driver 3.76 Copyright 2009-2016, ATTO Technology, Inc. + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASRAID2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ATTOExpressSASRAID2 + CFBundlePackageType + KEXT + CFBundleShortVersionString + 3.7.6 + CFBundleSignature + ATTO + CFBundleVersion + 3.7.6 + DTCompiler + 4.0 + DTPlatformBuild + 10M2518 + DTPlatformVersion + PG + DTSDKBuild + 12E55 + DTSDKName + + DTXcode + 0400 + DTXcodeBuild + 10M2518 + IOKitPersonalities + + ATTOExpressSASRAID2 + + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASRAID2 + CFBundleVersion + 3.7.6 + IOClass + ATTOExpressSASRAID2Controller + IOKitDebug + 0 + IOMediaIcon + + CFBundleIdentifier + com.ATTO.driver.ATTOExpressSASRAID2 + IOBundleResourceFile + mediasas.icns + + IONameMatch + + ATTO,ExpressSAS_RAID2 + pci117c,49 + pci117c,4a + pci117c,4b + pci117c,4c + pci117c,4d + + IOPCIPauseCompatible + + IOPCITunnelCompatible + + IOProbeScore + 1 + IOProviderClass + IOPCIDevice + IOUserClientClass + ATTOExpressSASRAID2UserClient + Physical Interconnect + SAS + Physical Interconnect Location + Internal/External + Protocol Characteristics + + Multiple Initiators + True + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.6 + com.apple.iokit.IOSCSIParallelFamily + 1.4.0 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/ATTOExpressSASRAID2.kext/Contents/MacOS/ATTOExpressSASRAID2 b/L-E/ATTOExpressSASRAID2.kext/Contents/MacOS/ATTOExpressSASRAID2 new file mode 100755 index 0000000..c5540fb Binary files /dev/null and b/L-E/ATTOExpressSASRAID2.kext/Contents/MacOS/ATTOExpressSASRAID2 differ diff --git a/L-E/ATTOExpressSASRAID2.kext/Contents/Resources/mediasas.icns b/L-E/ATTOExpressSASRAID2.kext/Contents/Resources/mediasas.icns new file mode 100644 index 0000000..997cf48 Binary files /dev/null and b/L-E/ATTOExpressSASRAID2.kext/Contents/Resources/mediasas.icns differ diff --git a/L-E/ATTOExpressSASRAID2.kext/Contents/_CodeSignature/CodeResources b/L-E/ATTOExpressSASRAID2.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..02b3d0d --- /dev/null +++ b/L-E/ATTOExpressSASRAID2.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,132 @@ + + + + + files + + Resources/mediasas.icns + + nteHYBYtdKPkcMct2BRbGdkxkhw= + + + files2 + + Resources/mediasas.icns + + hash + + nteHYBYtdKPkcMct2BRbGdkxkhw= + + hash2 + + rDjLSkkJSANEhImlWR7jso9HcgfzvT6IKhtJZj+fn3Y= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/ArcMSR.kext/Contents/Info.plist b/L-E/ArcMSR.kext/Contents/Info.plist new file mode 100644 index 0000000..7232b3f --- /dev/null +++ b/L-E/ArcMSR.kext/Contents/Info.plist @@ -0,0 +1,100 @@ + + + + + BuildMachineOSBuild + 14F2511 + CFBundleDevelopmentRegion + English + CFBundleDisplayName + Areca SAS/SATA HOST RAID Adapter Driver + CFBundleExecutable + ArcMSR + CFBundleGetInfoString + Areca Driver 1.3.9 + CFBundleIdentifier + com.Areca.ArcMSR + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ArcMSR + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.9 + CFBundleSignature + ???? + CFBundleVersion + 1.3.9 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 6A1052d + DTPlatformVersion + GM + DTSDKBuild + 14A382 + DTSDKName + macosx10.10 + DTXcode + 0610 + DTXcodeBuild + 6A1052d + IOKitPersonalities + + ArcMSR + + CFBundleIdentifier + com.Areca.ArcMSR + IOClass + ArcMSR + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x112017D3 0x122017D3 0x128017D3 0x168017D3 0x120117D3 0x120317D3 0x188017D3 0x121417D3 0x120317D3 0x188417D3 + IOPCITunnelCompatible + + IOProbeScore + 400 + IOProviderClass + IOPCIDevice + IOUnitName + disk + IOUserClientClass + ArcMSRUserClient + Physical Interconnect + SAS + Physical Interconnect Location + External + Protocol Characteristics + + Multiple Initiators + True + + Read Time Out Duration + 30000 + Write Time Out Duration + 30000 + + + NSHumanReadableCopyright + Areca + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.3.2 + com.apple.iokit.IOSCSIParallelFamily + 1.3.7 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/ArcMSR.kext/Contents/MacOS/ArcMSR b/L-E/ArcMSR.kext/Contents/MacOS/ArcMSR new file mode 100755 index 0000000..76ea65a Binary files /dev/null and b/L-E/ArcMSR.kext/Contents/MacOS/ArcMSR differ diff --git a/L-E/ArcMSR.kext/Contents/Resources/English.lproj/InfoPlist.strings b/L-E/ArcMSR.kext/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..e0d59e3 Binary files /dev/null and b/L-E/ArcMSR.kext/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/L-E/ArcMSR.kext/Contents/_CodeSignature/CodeResources b/L-E/ArcMSR.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..54e9a26 --- /dev/null +++ b/L-E/ArcMSR.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,125 @@ + + + + + files + + Resources/English.lproj/InfoPlist.strings + + hash + + DyxY6M1zCdZqdq62P4LbcUiDKOE= + + optional + + + + files2 + + Resources/English.lproj/InfoPlist.strings + + hash + + DyxY6M1zCdZqdq62P4LbcUiDKOE= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/CalDigitHDProDrv.kext/Contents/Info.plist b/L-E/CalDigitHDProDrv.kext/Contents/Info.plist new file mode 100644 index 0000000..3c4f2f5 --- /dev/null +++ b/L-E/CalDigitHDProDrv.kext/Contents/Info.plist @@ -0,0 +1,82 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + CalDigitHDProDrv + CFBundleGetInfoString + CalDigitHDProDrv 2.1.2 Copyright (c) 2004-2009 CalDigit, Inc. + CFBundleIdentifier + com.CalDigit.driver.HDPro + CFBundleInfoDictionaryVersion + 2.1.2 + CFBundleName + CalDigitHDProDrv + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.1.2 + CFBundleVersion + 2.1.2 + IOKitPersonalities + + CalDigit + + CFBundleIdentifier + com.CalDigit.driver.HDPro + IOClass + com_CalDigit_driver_HDPro + IOPCIMatch + 0x61011AB6 0x62011AB6 0x62201AB6 + IOProbeScore + 400 + IOProviderClass + IOPCIDevice + IOUserClientClass + com_CalDigit_UserClient + Physical Interconnect Location + External + Read Time Out Duration + 30000 + Write Time Out Duration + 30000 + model + CalDigit Disk Array + IOPCITunnelCompatible + + IOPCIPauseCompatible + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.3.2 + com.apple.iokit.IOSCSIParallelFamily + 1.3.7 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleLibraries_x86_64 + + com.apple.iokit.IOPCIFamily + 1.3.2 + com.apple.iokit.IOSCSIParallelFamily + 1.3.7 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + + OSBundleRequired + Local-Root + + diff --git a/L-E/CalDigitHDProDrv.kext/Contents/MacOS/CalDigitHDProDrv b/L-E/CalDigitHDProDrv.kext/Contents/MacOS/CalDigitHDProDrv new file mode 100755 index 0000000..aa7401e Binary files /dev/null and b/L-E/CalDigitHDProDrv.kext/Contents/MacOS/CalDigitHDProDrv differ diff --git a/L-E/CalDigitHDProDrv.kext/Contents/Resources/English.lproj/InfoPlist.strings b/L-E/CalDigitHDProDrv.kext/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..8a4d2ea Binary files /dev/null and b/L-E/CalDigitHDProDrv.kext/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/L-E/CalDigitHDProDrv.kext/Contents/_CodeSignature/CodeResources b/L-E/CalDigitHDProDrv.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..b11b940 --- /dev/null +++ b/L-E/CalDigitHDProDrv.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,125 @@ + + + + + files + + Resources/English.lproj/InfoPlist.strings + + hash + + Laz/z6Z0O/LqqKZmKxjbaWOoFEA= + + optional + + + + files2 + + Resources/English.lproj/InfoPlist.strings + + hash + + Laz/z6Z0O/LqqKZmKxjbaWOoFEA= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/EPSONUSBPrintClass.kext/Contents/Info.plist b/L-E/EPSONUSBPrintClass.kext/Contents/Info.plist new file mode 100644 index 0000000..3e8f9d6 --- /dev/null +++ b/L-E/EPSONUSBPrintClass.kext/Contents/Info.plist @@ -0,0 +1,6064 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleGetInfoString + 2.2.7, Copyright(C) Seiko Epson Corporation 2005-2016. All rights reserved. + CFBundleIconFile + + CFBundleIdentifier + com.epson.print.kext.USBPrintClass + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + EPSONUSBPrintClass + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.2.7 + CFBundleSignature + ???? + CFBundleVersion + 2.2.7 + IOKitPersonalities + + PID1 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 1 + idVendor + 1208 + + PID10 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 16 + idVendor + 1208 + + PID11 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 17 + idVendor + 1208 + + PID1101 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4353 + idVendor + 1208 + + PID1102 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4354 + idVendor + 1208 + + PID1103 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4355 + idVendor + 1208 + + PID1104 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4356 + idVendor + 1208 + + PID1105 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4357 + idVendor + 1208 + + PID1106 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4358 + idVendor + 1208 + + PID1107 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4359 + idVendor + 1208 + + PID1108 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4360 + idVendor + 1208 + + PID1109 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4361 + idVendor + 1208 + + PID110A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4362 + idVendor + 1208 + + PID110B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4363 + idVendor + 1208 + + PID110C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4364 + idVendor + 1208 + + PID110D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4365 + idVendor + 1208 + + PID110E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4366 + idVendor + 1208 + + PID110F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4367 + idVendor + 1208 + + PID1111 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4369 + idVendor + 1208 + + PID111C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 4380 + idVendor + 1208 + + PID15 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 21 + idVendor + 1208 + + PID16 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 22 + idVendor + 1208 + + PID17 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 23 + idVendor + 1208 + + PID18 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 24 + idVendor + 1208 + + PID19 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 25 + idVendor + 1208 + + PID1B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 27 + idVendor + 1208 + + PID2 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 2 + idVendor + 1208 + + PID21 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 33 + idVendor + 1208 + + PID26 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 38 + idVendor + 1208 + + PID27 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 39 + idVendor + 1208 + + PID28 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 40 + idVendor + 1208 + + PID29 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 41 + idVendor + 1208 + + PID2A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 42 + idVendor + 1208 + + PID30 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 48 + idVendor + 1208 + + PID31 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 49 + idVendor + 1208 + + PID32 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 50 + idVendor + 1208 + + PID34 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 52 + idVendor + 1208 + + PID35 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 53 + idVendor + 1208 + + PID36 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 54 + idVendor + 1208 + + PID37 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 55 + idVendor + 1208 + + PID38 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 56 + idVendor + 1208 + + PID39 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 57 + idVendor + 1208 + + PID3C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 60 + idVendor + 1208 + + PID3F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 63 + idVendor + 1208 + + PID40 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 64 + idVendor + 1208 + + PID41 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 65 + idVendor + 1208 + + PID4A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 74 + idVendor + 1208 + + PID4B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 75 + idVendor + 1208 + + PID4C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 76 + idVendor + 1208 + + PID4E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 78 + idVendor + 1208 + + PID4F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 79 + idVendor + 1208 + + PID5 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 5 + idVendor + 1208 + + PID50 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 80 + idVendor + 1208 + + PID58 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 88 + idVendor + 1208 + + PID59 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 89 + idVendor + 1208 + + PID5A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 90 + idVendor + 1208 + + PID5B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 91 + idVendor + 1208 + + PID5C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 92 + idVendor + 1208 + + PID5D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 93 + idVendor + 1208 + + PID5E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 94 + idVendor + 1208 + + PID5F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 95 + idVendor + 1208 + + PID60 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 96 + idVendor + 1208 + + PID61 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 97 + idVendor + 1208 + + PID62 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 98 + idVendor + 1208 + + PID63 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 99 + idVendor + 1208 + + PID64 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 100 + idVendor + 1208 + + PID65 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 101 + idVendor + 1208 + + PID66 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 102 + idVendor + 1208 + + PID67 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 103 + idVendor + 1208 + + PID69 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 105 + idVendor + 1208 + + PID6B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 107 + idVendor + 1208 + + PID6C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 108 + idVendor + 1208 + + PID6D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 109 + idVendor + 1208 + + PID6E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 110 + idVendor + 1208 + + PID6F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 111 + idVendor + 1208 + + PID7 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 7 + idVendor + 1208 + + PID70 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 112 + idVendor + 1208 + + PID72 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 114 + idVendor + 1208 + + PID73 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 115 + idVendor + 1208 + + PID74 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 116 + idVendor + 1208 + + PID75 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 117 + idVendor + 1208 + + PID76 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 118 + idVendor + 1208 + + PID77 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 119 + idVendor + 1208 + + PID78 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 120 + idVendor + 1208 + + PID79 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 121 + idVendor + 1208 + + PID7A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 122 + idVendor + 1208 + + PID7B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 123 + idVendor + 1208 + + PID7C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 124 + idVendor + 1208 + + PID7D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 125 + idVendor + 1208 + + PID7E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 126 + idVendor + 1208 + + PID7F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 127 + idVendor + 1208 + + PID80 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 128 + idVendor + 1208 + + PID801 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2049 + idVendor + 1208 + + PID802 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2050 + idVendor + 1208 + + PID803 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2051 + idVendor + 1208 + + PID804 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2052 + idVendor + 1208 + + PID805 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2053 + idVendor + 1208 + + PID806 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2054 + idVendor + 1208 + + PID807 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2055 + idVendor + 1208 + + PID808 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2056 + idVendor + 1208 + + PID809 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2057 + idVendor + 1208 + + PID80D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2061 + idVendor + 1208 + + PID80E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2062 + idVendor + 1208 + + PID80F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2063 + idVendor + 1208 + + PID81 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 129 + idVendor + 1208 + + PID810 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2064 + idVendor + 1208 + + PID811 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2065 + idVendor + 1208 + + PID812 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2066 + idVendor + 1208 + + PID813 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2067 + idVendor + 1208 + + PID814 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2068 + idVendor + 1208 + + PID815 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2069 + idVendor + 1208 + + PID816 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2070 + idVendor + 1208 + + PID817 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2071 + idVendor + 1208 + + PID819 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2073 + idVendor + 1208 + + PID81A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2074 + idVendor + 1208 + + PID81B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 2075 + idVendor + 1208 + + PID81C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2076 + idVendor + 1208 + + PID81D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2077 + idVendor + 1208 + + PID81E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2078 + idVendor + 1208 + + PID81F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2079 + idVendor + 1208 + + PID82 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 130 + idVendor + 1208 + + PID820 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2080 + idVendor + 1208 + + PID821 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2081 + idVendor + 1208 + + PID822 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2082 + idVendor + 1208 + + PID824 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2084 + idVendor + 1208 + + PID827 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2087 + idVendor + 1208 + + PID828 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2088 + idVendor + 1208 + + PID829 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2089 + idVendor + 1208 + + PID82A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2090 + idVendor + 1208 + + PID82B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2091 + idVendor + 1208 + + PID82C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2092 + idVendor + 1208 + + PID82E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2094 + idVendor + 1208 + + PID82F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2095 + idVendor + 1208 + + PID830 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2096 + idVendor + 1208 + + PID831 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2097 + idVendor + 1208 + + PID833 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2099 + idVendor + 1208 + + PID834 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2100 + idVendor + 1208 + + PID835 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2101 + idVendor + 1208 + + PID836 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2102 + idVendor + 1208 + + PID837 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2103 + idVendor + 1208 + + PID838 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2104 + idVendor + 1208 + + PID839 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2105 + idVendor + 1208 + + PID83A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2106 + idVendor + 1208 + + PID83C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2108 + idVendor + 1208 + + PID83D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2109 + idVendor + 1208 + + PID83E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2110 + idVendor + 1208 + + PID83F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2111 + idVendor + 1208 + + PID841 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2113 + idVendor + 1208 + + PID842 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2114 + idVendor + 1208 + + PID843 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2115 + idVendor + 1208 + + PID844 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2116 + idVendor + 1208 + + PID846 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2118 + idVendor + 1208 + + PID847 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2119 + idVendor + 1208 + + PID848 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2120 + idVendor + 1208 + + PID849 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2121 + idVendor + 1208 + + PID84A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2122 + idVendor + 1208 + + PID84B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2123 + idVendor + 1208 + + PID84C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2124 + idVendor + 1208 + + PID84D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2125 + idVendor + 1208 + + PID84F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2127 + idVendor + 1208 + + PID85 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 133 + idVendor + 1208 + + PID850 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2128 + idVendor + 1208 + + PID851 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2129 + idVendor + 1208 + + PID852 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2130 + idVendor + 1208 + + PID853 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2131 + idVendor + 1208 + + PID854 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2132 + idVendor + 1208 + + PID855 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2133 + idVendor + 1208 + + PID856 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2134 + idVendor + 1208 + + PID858 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2136 + idVendor + 1208 + + PID859 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2137 + idVendor + 1208 + + PID85A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2138 + idVendor + 1208 + + PID85C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2140 + idVendor + 1208 + + PID85D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2141 + idVendor + 1208 + + PID85E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2142 + idVendor + 1208 + + PID85F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2143 + idVendor + 1208 + + PID860 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2144 + idVendor + 1208 + + PID861 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2145 + idVendor + 1208 + + PID862 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2146 + idVendor + 1208 + + PID863 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2147 + idVendor + 1208 + + PID864 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2148 + idVendor + 1208 + + PID865 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2149 + idVendor + 1208 + + PID869 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2153 + idVendor + 1208 + + PID86A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2154 + idVendor + 1208 + + PID86B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2155 + idVendor + 1208 + + PID86C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2156 + idVendor + 1208 + + PID86D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2157 + idVendor + 1208 + + PID86E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2158 + idVendor + 1208 + + PID86F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2159 + idVendor + 1208 + + PID870 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2160 + idVendor + 1208 + + PID871 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2161 + idVendor + 1208 + + PID872 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2162 + idVendor + 1208 + + PID873 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2163 + idVendor + 1208 + + PID878 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2168 + idVendor + 1208 + + PID879 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2169 + idVendor + 1208 + + PID87B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2171 + idVendor + 1208 + + PID87C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2172 + idVendor + 1208 + + PID87D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2173 + idVendor + 1208 + + PID87E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2174 + idVendor + 1208 + + PID87F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2175 + idVendor + 1208 + + PID880 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2176 + idVendor + 1208 + + PID881 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2177 + idVendor + 1208 + + PID883 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2179 + idVendor + 1208 + + PID884 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2180 + idVendor + 1208 + + PID885 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2181 + idVendor + 1208 + + PID88D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2189 + idVendor + 1208 + + PID88E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2190 + idVendor + 1208 + + PID88F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2191 + idVendor + 1208 + + PID890 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2192 + idVendor + 1208 + + PID891 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2193 + idVendor + 1208 + + PID892 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2194 + idVendor + 1208 + + PID893 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2195 + idVendor + 1208 + + PID894 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2196 + idVendor + 1208 + + PID895 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2197 + idVendor + 1208 + + PID896 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2198 + idVendor + 1208 + + PID897 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2199 + idVendor + 1208 + + PID898 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2200 + idVendor + 1208 + + PID899 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2201 + idVendor + 1208 + + PID89A + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2202 + idVendor + 1208 + + PID89B + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2203 + idVendor + 1208 + + PID89C + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2204 + idVendor + 1208 + + PID89D + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2205 + idVendor + 1208 + + PID89E + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2206 + idVendor + 1208 + + PID89F + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2207 + idVendor + 1208 + + PID8A0 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2208 + idVendor + 1208 + + PID8A1 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2209 + idVendor + 1208 + + PID8A2 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2210 + idVendor + 1208 + + PID8A5 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2213 + idVendor + 1208 + + PID8A6 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2214 + idVendor + 1208 + + PID8A7 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2215 + idVendor + 1208 + + PID8A8 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2216 + idVendor + 1208 + + PID8A9 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2217 + idVendor + 1208 + + PID8AA + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2218 + idVendor + 1208 + + PID8AB + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2219 + idVendor + 1208 + + PID8AD + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2221 + idVendor + 1208 + + PID8AE + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2222 + idVendor + 1208 + + PID8AF + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2223 + idVendor + 1208 + + PID8B0 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2224 + idVendor + 1208 + + PID8B3 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2227 + idVendor + 1208 + + PID8B4 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2228 + idVendor + 1208 + + PID8B5 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2229 + idVendor + 1208 + + PID8B6 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2230 + idVendor + 1208 + + PID8B7 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2231 + idVendor + 1208 + + PID8B8 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2232 + idVendor + 1208 + + PID8B9 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2233 + idVendor + 1208 + + PID8BA + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2234 + idVendor + 1208 + + PID8BB + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2235 + idVendor + 1208 + + PID8BC + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2236 + idVendor + 1208 + + PID8BD + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2237 + idVendor + 1208 + + PID8BE + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2238 + idVendor + 1208 + + PID8BF + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2239 + idVendor + 1208 + + PID8C0 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2240 + idVendor + 1208 + + PID8C1 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2241 + idVendor + 1208 + + PID8C2 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2242 + idVendor + 1208 + + PID8C3 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2243 + idVendor + 1208 + + PID8C4 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2244 + idVendor + 1208 + + PID8C5 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2245 + idVendor + 1208 + + PID8C6 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2246 + idVendor + 1208 + + PID8C7 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2247 + idVendor + 1208 + + PID8C8 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2248 + idVendor + 1208 + + PID8C9 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2249 + idVendor + 1208 + + PID8CA + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2250 + idVendor + 1208 + + PID8CB + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2251 + idVendor + 1208 + + PID8CC + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2252 + idVendor + 1208 + + PID8CD + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2253 + idVendor + 1208 + + PID8CE + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2254 + idVendor + 1208 + + PID8CF + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2255 + idVendor + 1208 + + PID8D0 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2256 + idVendor + 1208 + + PID8D1 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2257 + idVendor + 1208 + + PID8D2 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2258 + idVendor + 1208 + + PID8D3 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2259 + idVendor + 1208 + + PID8D4 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 1 + idProduct + 2260 + idVendor + 1208 + + PID9 + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 9 + idVendor + 1208 + + PIDB + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 11 + idVendor + 1208 + + PIDF + + CFBundleIdentifier + com.apple.driver.AppleUSBMergeNub + IOClass + AppleUSBMergeNub + IOProviderClass + IOUSBInterface + IOProviderMergeProperties + + USB Printing Class + /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin + + bConfigurationValue + 1 + bInterfaceNumber + 0 + idProduct + 15 + idVendor + 1208 + + + OSBundleLibraries + + com.apple.driver.AppleUSBMergeNub + 1.8.3b1 + com.apple.iokit.IOUSBFamily + 1.8 + + + diff --git a/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeDirectory b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeDirectory new file mode 100644 index 0000000..a2d7f3d Binary files /dev/null and b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeDirectory differ diff --git a/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeRequirements b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeRequirements new file mode 100644 index 0000000..23e2272 Binary files /dev/null and b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeRequirements differ diff --git a/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeResources b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..0710b40 --- /dev/null +++ b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,105 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeSignature b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeSignature new file mode 100644 index 0000000..e8ffa7b Binary files /dev/null and b/L-E/EPSONUSBPrintClass.kext/Contents/_CodeSignature/CodeSignature differ diff --git a/L-E/HighPointIOP.kext/Contents/Info.plist b/L-E/HighPointIOP.kext/Contents/Info.plist new file mode 100644 index 0000000..bdf69de --- /dev/null +++ b/L-E/HighPointIOP.kext/Contents/Info.plist @@ -0,0 +1,112 @@ + + + + + BuildMachineOSBuild + 13F34 + CFBundleDevelopmentRegion + English + CFBundleExecutable + HighPointIOP + CFBundleGetInfoString + Version: 4.4.1, Copyright (c) 2015 HighPoint Technologies, Inc. + CFBundleIdentifier + com.highpoint-tech.kext.HighPointIOP + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + HighPointIOP + CFBundlePackageType + KEXT + CFBundleShortVersionString + 4.4.1 + CFBundleSignature + ???? + CFBundleVersion + 4.4.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 5B130a + DTPlatformVersion + GM + DTSDKBuild + 13C64 + DTSDKName + macosx10.9 + DTXcode + 0510 + DTXcodeBuild + 5B130a + IOKitPersonalities + + MarvellSASIOP + + CFBundleIdentifier + com.highpoint-tech.kext.HighPointIOP + IOClass + HPTMV9580IOPController + IOKitDebug + 0 + IOMatchCategory + IOService + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x45201103 0x45211103 0x45221103 0x63281103 0x63341103 + IOPCITunnelCompatible + + IOProviderClass + IOPCIDevice + IOResourceMatch + IOKit + IOUserClientClass + HPTIOPControllerClient + Physical Interconnect + SAS + Physical Interconnect Location + External + + MarvellSATAIOP + + CFBundleIdentifier + com.highpoint-tech.kext.HighPointIOP + IOClass + HPTMV9580IOPController + IOKitDebug + 0 + IOMatchCategory + IOService + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x36221103 0x36401103 0x36201103 + IOPCITunnelCompatible + + IOProviderClass + IOPCIDevice + IOResourceMatch + IOKit + IOUserClientClass + HPTIOPControllerClient + Physical Interconnect Location + External + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 2.5 + com.apple.iokit.IOSCSIParallelFamily + 2.0 + com.apple.kpi.iokit + 10.0.0d1 + com.apple.kpi.libkern + 10.0.0d1 + com.apple.kpi.mach + 10.0.0d1 + + OSBundleRequired + Local-Root + + diff --git a/L-E/HighPointIOP.kext/Contents/MacOS/HighPointIOP b/L-E/HighPointIOP.kext/Contents/MacOS/HighPointIOP new file mode 100755 index 0000000..ce3fc57 Binary files /dev/null and b/L-E/HighPointIOP.kext/Contents/MacOS/HighPointIOP differ diff --git a/L-E/HighPointIOP.kext/Contents/Resources/en.lproj/InfoPlist.strings b/L-E/HighPointIOP.kext/Contents/Resources/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..5e45963 Binary files /dev/null and b/L-E/HighPointIOP.kext/Contents/Resources/en.lproj/InfoPlist.strings differ diff --git a/L-E/HighPointIOP.kext/Contents/_CodeSignature/CodeResources b/L-E/HighPointIOP.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..61eb5c6 --- /dev/null +++ b/L-E/HighPointIOP.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,125 @@ + + + + + files + + Resources/en.lproj/InfoPlist.strings + + hash + + MiLKDDnrUKr4EmuvhS5VQwxHGK8= + + optional + + + + files2 + + Resources/en.lproj/InfoPlist.strings + + hash + + MiLKDDnrUKr4EmuvhS5VQwxHGK8= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/HighPointRR.kext/Contents/Info.plist b/L-E/HighPointRR.kext/Contents/Info.plist new file mode 100644 index 0000000..713e31b --- /dev/null +++ b/L-E/HighPointRR.kext/Contents/Info.plist @@ -0,0 +1,112 @@ + + + + + BuildMachineOSBuild + 13F1911 + CFBundleDevelopmentRegion + English + CFBundleExecutable + HighPointRR + CFBundleGetInfoString + Version: 4.13.6, Copyright (c) 2017 HighPoint Technologies, Inc. + CFBundleIdentifier + com.highpoint-tech.kext.HighPointRR + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + HighPointRR + CFBundlePackageType + KEXT + CFBundleShortVersionString + 4.13.6 + CFBundleSignature + ???? + CFBundleVersion + 4.13.6 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 5B130a + DTPlatformVersion + GM + DTSDKBuild + 13C64 + DTSDKName + macosx10.9 + DTXcode + 0510 + DTXcodeBuild + 5B130a + IOKitPersonalities + + RR2722_Controller + + CFBundleIdentifier + com.highpoint-tech.kext.HighPointRR + IOClass + HPTRRController + IOKitDebug + 0 + IOMatchCategory + IOService + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x27101103 0x27111103 0x27201103 0x27211103 0x27221103 0x37401103 0x28401103 + IOPCITunnelCompatible + + IOProviderClass + IOPCIDevice + IOResourceMatch + IOKit + IOUserClientClass + HPTRAIDControllerClient + Physical Interconnect + SAS + Physical Interconnect Location + External + + RR64xl_Controller + + CFBundleIdentifier + com.highpoint-tech.kext.HighPointRR + IOClass + HPTRRController + IOKitDebug + 0 + IOMatchCategory + IOService + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x6451103 0x6411103 0x6461103 0x6421103 0x08401103 + IOPCITunnelCompatible + + IOProviderClass + IOPCIDevice + IOResourceMatch + IOKit + IOUserClientClass + HPTRAIDControllerClient + Physical Interconnect Location + External + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 2.5 + com.apple.iokit.IOSCSIParallelFamily + 2.0 + com.apple.kpi.iokit + 10.0.0d1 + com.apple.kpi.libkern + 10.0.0d1 + com.apple.kpi.mach + 10.0.0d1 + + OSBundleRequired + Local-Root + + diff --git a/L-E/HighPointRR.kext/Contents/MacOS/HighPointRR b/L-E/HighPointRR.kext/Contents/MacOS/HighPointRR new file mode 100755 index 0000000..fbb554d Binary files /dev/null and b/L-E/HighPointRR.kext/Contents/MacOS/HighPointRR differ diff --git a/L-E/HighPointRR.kext/Contents/Resources/en.lproj/InfoPlist.strings b/L-E/HighPointRR.kext/Contents/Resources/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..5e45963 Binary files /dev/null and b/L-E/HighPointRR.kext/Contents/Resources/en.lproj/InfoPlist.strings differ diff --git a/L-E/HighPointRR.kext/Contents/_CodeSignature/CodeResources b/L-E/HighPointRR.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..61eb5c6 --- /dev/null +++ b/L-E/HighPointRR.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,125 @@ + + + + + files + + Resources/en.lproj/InfoPlist.strings + + hash + + MiLKDDnrUKr4EmuvhS5VQwxHGK8= + + optional + + + + files2 + + Resources/en.lproj/InfoPlist.strings + + hash + + MiLKDDnrUKr4EmuvhS5VQwxHGK8= + + optional + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/Lilu.kext/Contents/Info.plist b/L-E/Lilu.kext/Contents/Info.plist new file mode 100644 index 0000000..a3e910b --- /dev/null +++ b/L-E/Lilu.kext/Contents/Info.plist @@ -0,0 +1,81 @@ + + + + + BuildMachineOSBuild + 17D102 + CFBundleDevelopmentRegion + en + CFBundleExecutable + Lilu + CFBundleIdentifier + as.vit9696.Lilu + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Lilu + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.2.8 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.2.8 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 9F2000 + DTPlatformVersion + GM + DTSDKBuild + 17E189 + DTSDKName + macosx10.13 + DTXcode + 0941 + DTXcodeBuild + 9F2000 + IOKitPersonalities + + as.vit9696.Lilu + + CFBundleIdentifier + as.vit9696.Lilu + IOClass + Lilu + IOMatchCategory + Lilu + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + NSHumanReadableCopyright + Copyright © 2016-2018 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.2.0 + OSBundleLibraries + + com.apple.kpi.bsd + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + + OSBundleRequired + Root + + diff --git a/L-E/Lilu.kext/Contents/MacOS/Lilu b/L-E/Lilu.kext/Contents/MacOS/Lilu new file mode 100755 index 0000000..709ce2e Binary files /dev/null and b/L-E/Lilu.kext/Contents/MacOS/Lilu differ diff --git a/L-E/LittleSnitch.kext/Contents/Info.plist b/L-E/LittleSnitch.kext/Contents/Info.plist new file mode 100644 index 0000000..ba64bfc --- /dev/null +++ b/L-E/LittleSnitch.kext/Contents/Info.plist @@ -0,0 +1,75 @@ + + + + + BuildMachineOSBuild + 18A391 + CFBundleDevelopmentRegion + en + CFBundleExecutable + LittleSnitch + CFBundleIdentifier + at.obdev.nke.LittleSnitch + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + KEXT + CFBundleShortVersionString + 4.2.3 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 5208 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 10A254a + DTPlatformVersion + GM + DTSDKBuild + 15E60 + DTSDKName + macosx10.11 + DTXcode + 1000 + DTXcodeBuild + 10A254a + IOKitPersonalities + + ODLSNKE + + CFBundleIdentifier + at.obdev.nke.LittleSnitch + IOClass + at_obdev_LSNKE + IOMatchCategory + at_obdev_LSNKE + IOProviderClass + IOResources + IOResourceMatch + IOBSD + + + NSHumanReadableCopyright + Copyright © 2002-2018 Objective Development + OSBundleLibraries + + com.apple.kpi.bsd + 15.0 + com.apple.kpi.iokit + 15.0 + com.apple.kpi.libkern + 15.0 + com.apple.kpi.mach + 15.0 + com.apple.kpi.unsupported + 15.0 + + OSBundleRequired + Root + + diff --git a/L-E/LittleSnitch.kext/Contents/MacOS/LittleSnitch b/L-E/LittleSnitch.kext/Contents/MacOS/LittleSnitch new file mode 100755 index 0000000..e59e924 Binary files /dev/null and b/L-E/LittleSnitch.kext/Contents/MacOS/LittleSnitch differ diff --git a/L-E/LittleSnitch.kext/Contents/_CodeSignature/CodeResources b/L-E/LittleSnitch.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..d5d0fd7 --- /dev/null +++ b/L-E/LittleSnitch.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/PromiseSTEX.kext/Contents/Info.plist b/L-E/PromiseSTEX.kext/Contents/Info.plist new file mode 100644 index 0000000..aa818c1 --- /dev/null +++ b/L-E/PromiseSTEX.kext/Contents/Info.plist @@ -0,0 +1,103 @@ + + + + + BuildMachineOSBuild + 16D32 + CFBundleDevelopmentRegion + English + CFBundleExecutable + PromiseSTEX + CFBundleGetInfoString + Version: 6.2.9, Copyright (c) 2010-2017 Promise Technology, Inc. + CFBundleIdentifier + com.promise.driver.stex + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PromiseSTEX + CFBundlePackageType + KEXT + CFBundleShortVersionString + 6.2.9 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 6.2.9 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 8C1002 + DTPlatformVersion + GM + DTSDKBuild + 16C58 + DTSDKName + macosx10.12 + DTXcode + 0821 + DTXcodeBuild + 8C1002 + IOKitPersonalities + + Banff + + CFBundleIdentifier + com.promise.driver.stex + DaisyChainNumber + 0 + DeviceOrder + 0 + HandshakeFlag + + IOClass + PromiseSTEX + IOMediaIcon + + CFBundleIdentifier + com.promise.driver.stex + IOBundleResourceFile + PROMISE.icns + + IOPCIPauseCompatible + + IOPCIPrimaryMatch + 0x8760105a 0x8870105a 0x8871105a + IOPCITunnelCompatible + + IOProviderClass + IOPCIDevice + ProductGeneration + 0 + ProductModel + 0 + Protocol Characteristics + + Physical Interconnect + SAS + Physical Interconnect Location + External + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily + 1.2.6 + com.apple.iokit.IOSCSIParallelFamily + 1.2.0 + com.apple.kpi.iokit + 10.2 + com.apple.kpi.libkern + 10.2 + com.apple.kpi.mach + 10.2 + + OSBundleRequired + Local-Root + + diff --git a/L-E/PromiseSTEX.kext/Contents/MacOS/PromiseSTEX b/L-E/PromiseSTEX.kext/Contents/MacOS/PromiseSTEX new file mode 100755 index 0000000..e32872f Binary files /dev/null and b/L-E/PromiseSTEX.kext/Contents/MacOS/PromiseSTEX differ diff --git a/L-E/PromiseSTEX.kext/Contents/Resources/PROMISE.icns b/L-E/PromiseSTEX.kext/Contents/Resources/PROMISE.icns new file mode 100644 index 0000000..66b100f Binary files /dev/null and b/L-E/PromiseSTEX.kext/Contents/Resources/PROMISE.icns differ diff --git a/L-E/PromiseSTEX.kext/Contents/_CodeSignature/CodeResources b/L-E/PromiseSTEX.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..e850b0c --- /dev/null +++ b/L-E/PromiseSTEX.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,132 @@ + + + + + files + + Resources/PROMISE.icns + + qPWExP7rnoueKEaRMUE7EKlG2FE= + + + files2 + + Resources/PROMISE.icns + + hash + + qPWExP7rnoueKEaRMUE7EKlG2FE= + + hash2 + + ftg+TYjJuyzMcDkOl9sAzZ1VVvboBGd5Cygjz0cQOiI= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/SoftRAID.kext/Contents/Info.plist b/L-E/SoftRAID.kext/Contents/Info.plist new file mode 100644 index 0000000..4716e27 --- /dev/null +++ b/L-E/SoftRAID.kext/Contents/Info.plist @@ -0,0 +1,178 @@ + + + + + BuildMachineOSBuild + 15G19009 + CFBundleDevelopmentRegion + English + CFBundleExecutable + SoftRAID + CFBundleGetInfoString + SoftRAID version 5.6.6, Copyright © 2002-18 Other World Computing, Inc. All rights reserved. + CFBundleIdentifier + com.softraid.driver.SoftRAID + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SoftRAID + CFBundlePackageType + KEXT + CFBundleShortVersionString + 5.6.6 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 5.6.6 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 7D1014 + DTPlatformVersion + GM + DTSDKBuild + 15E60 + DTSDKName + macosx10.11 + DTXcode + 0731 + DTXcodeBuild + 7D1014 + DisableAdvancedFeatures + + DriverInterfaceVersion + 1.6 + IOKitPersonalities + + SoftRAID_Boot_Cache + + CFBundleIdentifier + com.softraid.driver.SoftRAID + IOClass + com_softraid_driver_SoftRAID + IOMatchCategory + IOStorage + IOProbeScore + 1000 + IOPropertyMatch + + + Content Hint + BBBA6DF5-F46F-4A89-8F59-8765B2727503 + + + IOProviderClass + IOMedia + IOUserClientClass + com_softraid_driver_SoftRAIDUserClient + + SoftRAID_Boot_Scratch + + CFBundleIdentifier + com.softraid.driver.SoftRAID + IOClass + com_softraid_driver_SoftRAID + IOMatchCategory + IOStorage + IOProbeScore + 1000 + IOPropertyMatch + + + Content Hint + SoftRAID_Scratch + + + Content Hint + Apple_Boot_SoftRAID_Scratch + + + Content Hint + 2E313465-19B9-463F-8126-8A7993773801 + + + IOProviderClass + IOMedia + IOUserClientClass + com_softraid_driver_SoftRAIDUserClient + + SoftRAID_Boot_Status + + CFBundleIdentifier + com.softraid.driver.SoftRAID + IOClass + com_softraid_driver_SoftRAID + IOMatchCategory + IOStorage + IOProbeScore + 1000 + IOPropertyMatch + + + Content Hint + SoftRAID_Status + + + Content Hint + Apple_Boot_SoftRAID_Status + + + Content Hint + B6FA30DA-92D2-4A9A-96F1-871EC6486200 + + + IOProviderClass + IOMedia + IOUserClientClass + com_softraid_driver_SoftRAIDUserClient + + SoftRAID_Boot_Volume + + CFBundleIdentifier + com.softraid.driver.SoftRAID + IOClass + com_softraid_driver_SoftRAID + IOMatchCategory + IOStorage + IOProbeScore + 1000 + IOPropertyMatch + + + Content Hint + SoftRAID_Volume + + + Content Hint + Apple_Boot_SoftRAID_Volume + + + Content Hint + FA709C7E-65B1-4593-BFD5-E71D61DE9B02 + + + IOProviderClass + IOMedia + IOUserClientClass + com_softraid_driver_SoftRAIDUserClient + + + NSHumanReadableCopyright + Copyright © 2002-18 Other World Computing, Inc. All rights reserved. + OSBundleLibraries + + com.apple.iokit.IOStorageFamily + 1.7 + com.apple.kpi.iokit + 11.0.0 + com.apple.kpi.libkern + 11.0.0 + com.apple.kpi.mach + 11.0.0 + + + diff --git a/L-E/SoftRAID.kext/Contents/MacOS/SoftRAID b/L-E/SoftRAID.kext/Contents/MacOS/SoftRAID new file mode 100755 index 0000000..5a44da0 Binary files /dev/null and b/L-E/SoftRAID.kext/Contents/MacOS/SoftRAID differ diff --git a/L-E/SoftRAID.kext/Contents/Resources/UnlicensedVolume.icns b/L-E/SoftRAID.kext/Contents/Resources/UnlicensedVolume.icns new file mode 100644 index 0000000..8138aad Binary files /dev/null and b/L-E/SoftRAID.kext/Contents/Resources/UnlicensedVolume.icns differ diff --git a/L-E/SoftRAID.kext/Contents/_CodeSignature/CodeResources b/L-E/SoftRAID.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..7dca219 --- /dev/null +++ b/L-E/SoftRAID.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,122 @@ + + + + + files + + Resources/UnlicensedVolume.icns + + xyX+NLkqgLklsZKcc9W7YUch1tU= + + + files2 + + Resources/UnlicensedVolume.icns + + hash + + xyX+NLkqgLklsZKcc9W7YUch1tU= + + hash2 + + pf5OyWTi8mxAh7l+QA398UntDEufSEX+jVa/7rMMNjY= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/L-E/intelhaxm.kext/Contents/Info.plist b/L-E/intelhaxm.kext/Contents/Info.plist new file mode 100644 index 0000000..451540c --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Info.plist @@ -0,0 +1,53 @@ + + + + + BuildMachineOSBuild + 13F34 + CFBundleDevelopmentRegion + English + CFBundleExecutable + intelhaxm + CFBundleIdentifier + com.intel.kext.intelhaxm + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + intelhaxm + CFBundlePackageType + KEXT + CFBundleShortVersionString + 7.3.2 + CFBundleSignature + ???? + CFBundleVersion + 7.3.2 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 5B1008 + DTPlatformVersion + GM + DTSDKBuild + 13C64 + DTSDKName + macosx10.9 + DTXcode + 0511 + DTXcodeBuild + 5B1008 + OSBundleLibraries + + com.apple.kpi.bsd + 10.4.1 + com.apple.kpi.iokit + 10.4.1 + com.apple.kpi.libkern + 10.4.1 + com.apple.kpi.mach + 10.4.1 + com.apple.kpi.unsupported + 10.4.1 + + + diff --git a/L-E/intelhaxm.kext/Contents/MacOS/intelhaxm b/L-E/intelhaxm.kext/Contents/MacOS/intelhaxm new file mode 100755 index 0000000..9db18da Binary files /dev/null and b/L-E/intelhaxm.kext/Contents/MacOS/intelhaxm differ diff --git a/L-E/intelhaxm.kext/Contents/Resources/English.lproj/InfoPlist.strings b/L-E/intelhaxm.kext/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..dea12de Binary files /dev/null and b/L-E/intelhaxm.kext/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/L-E/intelhaxm.kext/Contents/Resources/English.lproj/License.rtf b/L-E/intelhaxm.kext/Contents/Resources/English.lproj/License.rtf new file mode 100755 index 0000000..0a453f9 --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Resources/English.lproj/License.rtf @@ -0,0 +1,25 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510 +{\fonttbl\f0\fswiss\fcharset0 Helvetica-Light;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural + +\f0\fs24 \cf0 Copyright\uc0\u65533 2012 Intel Corporation.\ +All rights reserved.\ +\ +Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met:\ +\ +1. Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.\ +\ +2. Neither the name of Intel Corporation nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission.\ +\ +3. No reverse engineering, de-compilation, or disassembly of this software is permitted. Limited patent license. Intel Corporation grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software, but solely to the extent that any such patent is necessary to Utilize the software alone. The patent license shall not apply to any combinations which include this software. No hardware per se is licensed hereunder.\ +\ +DISCLAIMER.\ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ +\ +\ +\ + \ +\ +\page \ +} \ No newline at end of file diff --git a/L-E/intelhaxm.kext/Contents/Resources/haxm-isRunning b/L-E/intelhaxm.kext/Contents/Resources/haxm-isRunning new file mode 100755 index 0000000..ace9f8d Binary files /dev/null and b/L-E/intelhaxm.kext/Contents/Resources/haxm-isRunning differ diff --git a/L-E/intelhaxm.kext/Contents/Resources/haxm_configure b/L-E/intelhaxm.kext/Contents/Resources/haxm_configure new file mode 100755 index 0000000..4383569 Binary files /dev/null and b/L-E/intelhaxm.kext/Contents/Resources/haxm_configure differ diff --git a/L-E/intelhaxm.kext/Contents/Resources/haxm_start.sh b/L-E/intelhaxm.kext/Contents/Resources/haxm_start.sh new file mode 100755 index 0000000..cb30daf --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Resources/haxm_start.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +is_32_platform=0 + +function strstr() +{ + echo $1 | grep --quiet $2 +} + +os_ver=`uname -a` + +if $( strstr "$os_ver" 'i386') +then + is_32_platform=1 +fi + +haxm_dir=/Library/Extensions/intelhaxm.kext +haxm_dir_old=/System/Library/Extensions/intelhaxm.kext +launch_file_old=/System/Library/LaunchDaemons/com.intel.haxm.plist +haxm_res=$haxm_dir/Contents/Resources + +if [ -d "$haxm_dir_old" ]; then + rm -rf "$haxm_dir_old" +fi + +if [ -e "$launch_file_old" ]; then + rm -f "$launch_file_old" +fi + +if [ -d "$haxm_dir" ]; then + /sbin/kextunload -b 'com.intel.kext.intelhaxm' +fi +/sbin/kextload "$haxm_dir" + +"$haxm_res/haxm_configure" $is_32_platform + +exit 0 + diff --git a/L-E/intelhaxm.kext/Contents/Resources/readme b/L-E/intelhaxm.kext/Contents/Resources/readme new file mode 100755 index 0000000..e46ac54 --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Resources/readme @@ -0,0 +1,6 @@ +The directory layout: +source/: the implemenation of the driver +source/core/: the interface exported from hax core module +source/include/: darwin driver's include file to be shared with hax core module +source/darwin_utility/: darwin's utility to be exported by hax core +source/hax_core: hax core implementation \ No newline at end of file diff --git a/L-E/intelhaxm.kext/Contents/Resources/support.txt b/L-E/intelhaxm.kext/Contents/Resources/support.txt new file mode 100755 index 0000000..66b6500 --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Resources/support.txt @@ -0,0 +1 @@ +VERSION=7.3.2 diff --git a/L-E/intelhaxm.kext/Contents/Resources/uninstall.sh b/L-E/intelhaxm.kext/Contents/Resources/uninstall.sh new file mode 100755 index 0000000..5e6856a --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/Resources/uninstall.sh @@ -0,0 +1,118 @@ +#!/bin/bash + +extensionsPath="/Library/Extensions" +launchDaemons="/Library/LaunchDaemons" +haxmKextName="intelhaxm.kext" +kextResources="$extensionsPath/$haxmKextName/Contents/Resources" +haxmPlistName="com.intel.haxm.plist" +haxmPreferPlist="com.intel.kext.haxm.plist" +haxmPkgName="com.intel.kext.haxm" + +ext="1" +silent_mode="0" +answ="no" + +check_root() +{ + if [ $UID -eq 0 ] + then + return 0 + fi + CURDIR=$(pwd) + if [ $silent_mode == "0" ] + then + echo + echo "Please run the script with sudo:" + echo "sudo $0 $*" + echo + echo Failed to uninstall Intel HAXM + echo + fi + exit 1 +} + +check_root + +if [[ $1 = "-silent" ]] +then + silent_mode="1" +fi + + +while [ $ext != "0" ] +do + if [ $silent_mode == "0" ]; then + echo "" + echo "This will remove Intel(R) HAXM from your computer." + echo "" + echo "Important: Removing Intel HAXM will disable acceleration of all Intel(R) x86" + echo "Android emulators. Your Android Virtual Devices will continue to function, but" + echo "will no longer be accelerated." + echo "Installing Intel HAXM again will re-enable Android emulator acceleration." + echo "" + echo "Warning: Please close all instances of the Android x86 emulator before" + echo "proceeding." + echo "" + + echo -n "Do you wish to uninstall Intel HAXM (y/n)? " + read answ + fi + if [ "$answ" == "y" ] || [ $silent_mode == "1" ] + then + if [ $silent_mode == "0" ] + then + echo "Removing Intel HAXM files" + fi + + # Verify emulator is not running + "$kextResources/haxm-isRunning" &> /dev/null + if [ $? -ne 0 ] + then + if [ $silent_mode == "0" ]; then + echo "" + echo "Error: An Android x86 emulator instance is running." + echo "Please close all emulator instances and re-run uninstallation." + echo "" + echo "Failed to uninstall Intel HAXM" + echo "" + fi + exit 0 + fi + + kextstat | grep 'com.intel.kext.intelhaxm' &> /dev/null + if [ $? -ne 0 ] + then + if [ $silent_mode == "0" ]; then + echo "Intel HAXM. Kext has already been unloaded, will continue uninstalling" + fi + else + /sbin/kextunload -b 'com.intel.kext.intelhaxm' &> /dev/null + if [ $? -ne 0 ] + then + if [ $silent_mode == "0" ]; then + echo "Failed to uninstall Intel HAXM. Kext could not be unloaded." + exit 0 + fi + fi + fi + rm -rf $launchDaemons/$haxmPlistName &> /dev/null + rm -rf /private/var/db/receipts/${haxmPkgName}* &> /dev/null + rm -rf /Library/Preferences/$haxmPreferPlist &> /dev/null + rm -rf $extensionsPath/$haxmKextName &> /dev/null + touch $extensionsPath &> /dev/null + if [ $silent_mode == "0" ] + then + echo "" + echo "Intel HAXM has been successfully uninstalled" + echo "" + fi + break + + elif [ "$answ" == "n" ]; then + ext="0" + else + echo "Incorrect input. Try on of \"y\" or \"n\"" + fi +done + +exit 0 diff --git a/L-E/intelhaxm.kext/Contents/_CodeSignature/CodeResources b/L-E/intelhaxm.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..e9bf8f6 --- /dev/null +++ b/L-E/intelhaxm.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,159 @@ + + + + + files + + Resources/English.lproj/InfoPlist.strings + + hash + menkgzdGJlKzENWxKLMFxqqe2QU= + optional + + + Resources/English.lproj/License.rtf + + hash + QPRSOn3yVi/EiihTcnKa9ZJ6XJw= + optional + + + Resources/haxm-isRunning + jdqkV+p/ZOH12Sg6BDTDKx/BTiw= + Resources/haxm_configure + y5hNBWGddEfMa3G33FznoHi+5BE= + Resources/haxm_start.sh + /zCFtOK9lkc0gTSgGbUBED9occo= + Resources/readme + 9lUgyCJ/l2Sn4ognrtfB1EXH0PM= + Resources/support.txt + VJvvgDf33Dis/YnFvjKEftKGXpU= + Resources/uninstall.sh + UsVpX7aQXZqrHc+p1ZrteDTIdyA= + + files2 + + Resources/English.lproj/InfoPlist.strings + + hash + menkgzdGJlKzENWxKLMFxqqe2QU= + optional + + + Resources/English.lproj/License.rtf + + hash + QPRSOn3yVi/EiihTcnKa9ZJ6XJw= + optional + + + Resources/haxm-isRunning + jdqkV+p/ZOH12Sg6BDTDKx/BTiw= + Resources/haxm_configure + y5hNBWGddEfMa3G33FznoHi+5BE= + Resources/haxm_start.sh + /zCFtOK9lkc0gTSgGbUBED9occo= + Resources/readme + 9lUgyCJ/l2Sn4ognrtfB1EXH0PM= + Resources/support.txt + VJvvgDf33Dis/YnFvjKEftKGXpU= + Resources/uninstall.sh + UsVpX7aQXZqrHc+p1ZrteDTIdyA= + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + +