zaid_riadh Posted October 5, 2016 Share Posted October 5, 2016 From 10.12.1 (16B2338c) If you're not planning to release the source code, can you at least tell me what the ELAN kext generates for brightness keys? Does it use the native NX keys or it emulates F14/F15 keys? Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted October 5, 2016 Administrators Share Posted October 5, 2016 https://osxlatitude.com/index.php?/topic/5969-details-about-the-enhanced-keyboard-for-smart-touchpad-driver/should explain the mappings Link to comment Share on other sites More sharing options...
zaid_riadh Posted October 5, 2016 Share Posted October 5, 2016 https://osxlatitude.com/index.php?/topic/5969-details-about-the-enhanced-keyboard-for-smart-touchpad-driver/should explain the mappings Still doesn't explain what the backlight keys (code implemented in the DSDT) generate, NX keys, or F14/F15? Link to comment Share on other sites More sharing options...
anerik70 Posted October 5, 2016 Share Posted October 5, 2016 From 10.12.1 (16B2338c) Thank you! Link to comment Share on other sites More sharing options...
Andrey1970 Posted October 5, 2016 Share Posted October 5, 2016 If you're not planning to release the source code, can you at least tell me what the ELAN kext generates for brightness keys? Does it use the native NX keys or it emulates F14/F15 keys? I am not the developer of it kext. You need to ask: https://osxlatitude.com/index.php?/user/7370-emlydinesh/ Link to comment Share on other sites More sharing options...
salimraouf Posted October 7, 2016 Share Posted October 7, 2016 Thanks Link to comment Share on other sites More sharing options...
Piranha Posted October 9, 2016 Share Posted October 9, 2016 Hello, I have a HP DM4 2075BR with the touchpad ALPS, I have tested all kinds of kext and they all do not work multitouch, the strange thing is that any one that I place works, but without multitouch !! post I tested all 2: Smatchtouch, EllanTouchpad !! the touchpad always work, but never with multitouch! Someone can help-me? I have sierra! I have the same issue HP Elitebook 810 g2 El Cap 10.11.6 Alps touchpad. I've tried every kext known to man for Alps and nothing except simple mouse function. This one has the best function and the trackpad pref pane is working, except no multitouch function. I suspect we are getting enhanced mouse function. I'm willing to do whatever it takes to get the ALPs driver supporter here. The latest version works great even the keyboard functions are right, no sound issues either. Is there a way I could add my id into a info.plit inside the kext to allow me to test ? Truth is I would be happy with just 2 finger scroll. There is actually quite of few Dell models also with Alps as well. Any help in this matter would be much appreciated. Thanks Here's all I know about it compatible : ALP000B ALP0100 ALP0002 PNP0F13 = ioreg name: <"ALP000B"> PNP0303 Hp probook-87 HPQ8001 ---------------------------------- AlpsPS/2 Alps dual point stick =linux 1 Isa0060/serio3/input1 vendor =0002 product=0008 version=0700 alpsps/2 alps dual point touchpad --------------------------------- model alpsps/2 =linux 2 vendor 0x0002 device 0x0008 compatible to : int 0x021 0x003 alps --------------------------- HP810G2ElitebookRevolve.ioreg.ioreg.zip Link to comment Share on other sites More sharing options...
dodvip123 Posted October 13, 2016 Share Posted October 13, 2016 Also, brightness keys can be mapped to F14/F15 if your PS2 kexts allow for customization. For example, with my version of VoodooPS2Controller.kext, you can customize the mapping with ACPI. The following small SSDT can be used to map the Dell PS2 codes to F14/F15 instead of the codes normally used for brightness: Code (Text): // Custom ADB codes to change Dell brightness keys to F14/F15// some SSDTs use a different path than _SB.PCI0.LPCB.PS2K, so adjust accordingly DefinitionBlock ("", "SSDT", 2, "hack", "ps2k", 0) { External(\_SB.PCI0.LPCB.PS2K, DeviceObj) Scope (\_SB.PCI0.LPCB.PS2K) { Name(RMCF, Package() { "Keyboard", Package() { "Custom ADB Map", Package() { Package(){}, "e005=6b", "e006=71", }, }, }) } } //EOF - RehabMan Is this possible with this kext? i really don't want to use Fn for brightness, everything else already works on my keyboard. Link to comment Share on other sites More sharing options...
harly256 Posted October 13, 2016 Share Posted October 13, 2016 Hi, did anyone ever report an issue where you have to press Caps lock button twice for it to register as one press, because thats what is happening to me... all other modifier buttons work normally Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted October 13, 2016 Administrators Share Posted October 13, 2016 the caps lock issue happens on real Macs as well so it is not an issue with the kext. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now