Jump to content

ELAN, FocalTech and Synaptics (Smart Touchpad) Driver


EMlyDinEsH

Recommended Posts

Hi. Same by me. Trackpad PrefPanel is empty. Latest Sierra Developer beta. ApplePS2SmartTouchPad v. 4.6.5. ELAN v.3

kernel: (ApplePS2Controller) STD :: Enhanced Apple PS2 Controller and Keyboard driver v4.6.5 Copyright (c) EMlyDinEsH <www.osxlatitude.com> 2012-2016.
kernel: (ApplePS2Keyboard) STD :: Initializing keyboard...
kernel: (ApplePS2Keyboard) STD :: Keyboard echo success.
kernel: (ApplePS2Keyboard) STD :: Keyboard enabled.
kernel: (ApplePS2SmartTouchPad) STD :: Smart PS2 Touchpad v4.6.5 Copyright (c) EMlyDinEsH <www.osxlatitude.com> 2012-2016.
kernel: (ApplePS2SmartTouchPad) STD :: Detecting the touchpad...
kernel: (ApplePS2SmartTouchPad) STD :: ELAN touchpad found, Hardware version 3 (Firmware version 0x450f00)
kernel: (ApplePS2SmartTouchPad) STD :: ClickPad? No
kernel: (ApplePS2SmartTouchPad) STD :: Capabilities query result 0x08, 0x15, 0x0c.
kernel: (ApplePS2SmartTouchPad) STD :: Touchpad ranges are X_min 0 Y_min 0 X_max 2508 Y_max 1320, CenterX 1254, CenterY 660.
kernel: (ApplePS2SmartTouchPad) STD :: OS X version 10.12.0
kernel: (ApplePS2SmartTouchPad) STD :: Touchpad enabled.

post-50857-0-50990100-1472558724_thumb.png

Link to comment
Share on other sites

  • Administrators

hmm ok

in the kext info.plist file at the bottom of the list is a section 

<key>OSBundleLibraries</key><dict>

under that entry add

 
<key>com.apple.iokit.IOHIDFamily</key>
<string>1.4</string>

it should look like this after

<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOHIDFamily</key>
<string>1.4</string>
<key>com.apple.iokit.IOHIDSystem</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.iokit</key>
<string>9.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>9.0.0</string>
<key>com.apple.kpi.mach</key>
<string>9.0.0</string>
<key>org.emlydinesh.driver.ApplePS2Controller</key>
<string>4.6</string>
<key>org.emlydinesh.driver.ApplePS2Keyboard</key>
<string>4.6</string>
</dict>

then save changes and rebuild your cache if it is in S/L/E or E/E...

if it is in clover folder then boot without caches.

Link to comment
Share on other sites

I can't find any other posts about this: but I have everything working perfectly in my Asus Q550LF, including multitouch, scrolling etc, and keyboard Fn keys etc. It has an ELAN touchpad from what I can see in the system log. It works perfectly. But then sometimes, the touchpad will start freaking out and become unusable. Sometimes opening the Trackpad prefpane and changing something, then closing the prefpane fixes it. I can't figure it out. Anyone else have this? 

 

Asus Q550LF with 10.11.6 and latest Smart Touchpad kext.

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...