Skip to content

Commit

Permalink
Merge pull request #47 from d235j/plist-matching
Browse files Browse the repository at this point in the history
Add IOKitPersonalities dict for the data interface
  • Loading branch information
jwise committed Oct 5, 2015
2 parents 3cc4c36 + 7f1eb27 commit 58e3fd0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions HoRNDIS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
<string>6</string>
<key>IOKitPersonalities</key>
<dict>
<key>HoRNDISData</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.joshuawise.kexts.HoRNDIS</string>
<key>IOClass</key>
<string>HoRNDISUSBInterface</string>
<key>IOProviderClass</key>
<string>IOUSBInterface</string>
<key>bInterfaceClass</key>
<integer>10</integer>
<key>bInterfaceProtocol</key>
<integer>0</integer>
<key>bInterfaceSubClass</key>
<integer>0</integer>
</dict>
<key>HoRNDISComposite_SGS2</key>
<dict>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit 58e3fd0

Please sign in to comment.