Skip to content

Instantly share code, notes, and snippets.

@pudquick
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pudquick/9838117 to your computer and use it in GitHub Desktop.
Save pudquick/9838117 to your computer and use it in GitHub Desktop.
DisplayLink IOKitPersonalities
<key>IOKitPersonalities</key>
<dict>
<key>DisplayLink0</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.displaylink.driver.DisplayLinkDriver</string>
<key>IOClass</key>
<string>DisplayLinkParent</string>
<key>IOMatchCategory</key>
<string>DisplayLinkParent0</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>DisplayLinkUserClient</string>
<key>Name</key>
<string>DisplayLinkParent0</string>
</dict>
<key>DisplayLink1</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.displaylink.driver.DisplayLinkDriver</string>
<key>IOClass</key>
<string>DisplayLinkParent</string>
<key>IOMatchCategory</key>
<string>DisplayLinkParent1</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>DisplayLinkUserClient</string>
<key>Name</key>
<string>DisplayLinkParent1</string>
</dict>
<key>DisplayLink2</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.displaylink.driver.DisplayLinkDriver</string>
<key>IOClass</key>
<string>DisplayLinkParent</string>
<key>IOMatchCategory</key>
<string>DisplayLinkParent2</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>DisplayLinkUserClient</string>
<key>Name</key>
<string>DisplayLinkParent2</string>
</dict>
<key>DisplayLink3</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.displaylink.driver.DisplayLinkDriver</string>
<key>IOClass</key>
<string>DisplayLinkParent</string>
<key>IOMatchCategory</key>
<string>DisplayLinkParent3</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>DisplayLinkUserClient</string>
<key>Name</key>
<string>DisplayLinkParent3</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment