Skip to content

Commit

Permalink
HoRNDIS: rel8pre2 becomes rel8 (fixes #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwise committed Oct 16, 2016
1 parent 18439d5 commit 920d799
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HoRNDIS-Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>7.99.2</string>
<string>8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions HoRNDIS.cpp
Expand Up @@ -35,7 +35,7 @@
#define kIOUSBInterfaceClassName "IOUSBInterface"

#define MYNAME "HoRNDIS"
#define VERSION "rel8pre2 (PRERELEASE)"
#define VERSION "rel8 final"
#define V_PTR 0
#define V_DEBUG 1
#define V_NOTE 2
Expand Down Expand Up @@ -479,7 +479,7 @@ bool HoRNDIS::openInterfaces() {
}

IOService *HoRNDIS::probe(IOService *provider, SInt32 *score) {
LOG(V_NOTE, "probe: came in with a score of %d\n", *score);
LOG(V_NOTE, "probe: came in with a score of %d", *score);
IOUSBDevice *dev = OSDynamicCast(IOUSBDevice, provider); /* XXX: error check */

/* Do we even have one of the things that we can match on? If not, return NULL. Either 2/255/2, or 224/3/1. */
Expand Down
2 changes: 1 addition & 1 deletion package/intro-text.rtf
Expand Up @@ -10,7 +10,7 @@
\b0 is a kernel extension ("kext") that makes it possible to use your Android phone's built-in USB tethering support on your Mac OS X system. In order to use it, you will need:\
\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural
\ls1\ilvl0\cf0 {\listtext \'95 }a Mac running OS X 10.6 or later (i.e., Snow Leopard, Lion, Mountain Lion, Mavericks, Yosemite, or El Capitan);\
\ls1\ilvl0\cf0 {\listtext \'95 }a Mac running OS X 10.6 or later (i.e., Snow Leopard, Lion, Mountain Lion, Mavericks, Yosemite, El Capitan, or Sierra);\
{\listtext \'95 }an Android phone that supports USB tethering natively;\
{\listtext \'95 }and for the USB tethering feature on your phone to be enabled (either by your carrier, or through third-party firmware).\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
Expand Down
2 changes: 1 addition & 1 deletion package/resources/intro-text.rtf
Expand Up @@ -10,7 +10,7 @@
\b0 is a kernel extension ("kext") that makes it possible to use your Android phone's built-in USB tethering support on your Mac OS X system. In order to use it, you will need:\
\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural
\ls1\ilvl0\cf0 {\listtext \'95 }a Mac running OS X 10.6 or later (i.e., Snow Leopard, Lion, Mountain Lion, Mavericks, Yosemite, or El Capitan);\
\ls1\ilvl0\cf0 {\listtext \'95 }a Mac running OS X 10.6 or later (i.e., Snow Leopard, Lion, Mountain Lion, Mavericks, Yosemite, El Capitan, or Sierra);\
{\listtext \'95 }an Android phone that supports USB tethering natively;\
{\listtext \'95 }and for the USB tethering feature on your phone to be enabled (either by your carrier, or through third-party firmware).\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
Expand Down

0 comments on commit 920d799

Please sign in to comment.