-
Notifications
You must be signed in to change notification settings - Fork 187
/
USBInjectAll_model_template_EHCI.plist
56 lines (56 loc) · 1.43 KB
/
USBInjectAll_model_template_EHCI.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>model_placeholder-EHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IONameMatch</key>
<array>
<string>EH01</string>
<string>EH02</string>
</array>
<key>IOProviderClass</key>
<string>AppleUSBEHCIPCI</string>
<key>model</key>
<string>model_placeholder</string>
</dict>
<key>model_placeholder-HUB1</key>
<dict>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IOProviderClass</key>
<string>AppleUSB20InternalHub</string>
<key>locationID</key>
<integer>487587840</integer>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>model</key>
<string>model_placeholder</string>
<key>kName</key>
<string>HUB1</string>
</dict>
<key>model_placeholder-HUB2</key>
<dict>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IOProviderClass</key>
<string>AppleUSB20InternalHub</string>
<key>locationID</key>
<integer>437256192</integer>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>model</key>
<string>model_placeholder</string>
<key>kName</key>
<string>HUB2</string>
</dict>
</dict>
</plist>