Jump to content

Huawei EM820U 3G WCDMA GSM Mini PCI-E Card HSPA+ 21Mb


KFP

Recommended Posts

My patch in CellPhoneHelper.kext.   I use existing Huawei E367 as template.

I assume Apple will support Huawei E367 in near future because it exists in CellPhoneHelper.kext without any InterfaceDriver now,  so I will keep eyes on coming patch (10.9.3)

               <key>0x12D1/0x140C Huawei EM820U</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.driver.AppleUSBMergeNub</string>
			<key>IOClass</key>
			<string>AppleUSBMergeNub</string>
			<key>IOProviderClass</key>
			<string>IOUSBDevice</string>
			<key>IOProviderMergeProperties</key>
			<dict>
				<key>DeviceModemOverrides</key>
				<dict/>
				<key>InfoCommands</key>
				<dict>
					<key>HiddenProperties</key>
					<dict>
						<key>CommandPortBaseName</key>
						<string>mbim</string>
						<key>ControlPortBaseName</key>
						<string>mbim</string>
						<key>StatusType</key>
						<string>AppleMBIM</string>
					</dict>
				</dict>
				<key>Initializing</key>
				<true/>
				<key>InterfaceMapping</key>
				<dict>
					<key>0</key>
					<string>mbim</string>
				</dict>
				<key>WWAN</key>
				<true/>
			</dict>
			<key>bcdDevice</key>
			<integer>0</integer>
			<key>idProduct</key>
			<integer>5132</integer>
			<key>idVendor</key>
			<integer>4817</integer>
		</dict> 
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...