But it is clear that AJZaurusUSB up to 0.5.1 will need this patch to know the OpenMoko device
CODE
Before rebooting (!) add this to /System/Library/Extensions/AJZaurusUSB.kext/Contents/Info.plist
<key>OpenMoko</key>
<dict>
<key>CFBundleIdentifier</key>
<string>net.lucid-cake.driver.AJZaurusUSB</string>
<key>IOClass</key>
<string>net_lucid_cake_driver_AJZaurusUSB</string>
<key>IOProbeScore</key>
<string>90000</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>defaultIP</key>
<string>192.168.0.202</string>
<key>idProduct</key>
<integer>20770</integer>
<key>idVendor</key>
<integer>5207</integer>
</dict>
<key>OpenMoko</key>
<dict>
<key>CFBundleIdentifier</key>
<string>net.lucid-cake.driver.AJZaurusUSB</string>
<key>IOClass</key>
<string>net_lucid_cake_driver_AJZaurusUSB</string>
<key>IOProbeScore</key>
<string>90000</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>defaultIP</key>
<string>192.168.0.202</string>
<key>idProduct</key>
<integer>20770</integer>
<key>idVendor</key>
<integer>5207</integer>
</dict>
-- hns