On Apr 15, 2012, at 11:45 AM, Sergio Campamá wrote:

> Could you provide a link to where you found the tweaked tusb3410 driver for 
> mac?

I basically followed the instructions here: 
http://e2e.ti.com/support/interface/digital_interface/m/videos__files/198722.aspx

However, you don't have to recompile anything. Just edit the Info.plist to have 
appropriate values for the UIF before moving the .kext into 
/System/Library/Extensions. Here's what I added to mine:

    <key>IOKitPersonalities</key>
    <dict>
v------------------------- new text begins -------------------------------v
        <key>MSP-FET430UIF</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.ti.driver.TIVCPSerial</string>
            <key>IOClass</key>
            <string>TIUMPSerial</string>
            <key>IOProviderClass</key>
            <string>IOUSBDevice</string>
            <key>IOTTYBaseName</key>
            <string>MSP-FET430UIF</string>
            <key>TIUMPChipset</key>
            <string>3410</string>
            <key>bcdDevice</key>
            <integer>257</integer>
            <key>idProduct</key>
            <integer>62512</integer>
            <key>idVendor</key>
            <integer>1105</integer>
        </dict>
^------------------------- new text ends -------------------------------^
        <key>TIVCP3410</key>
        <dict>



------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to