forked from acidanthera/VoodooPS2
-
Notifications
You must be signed in to change notification settings - Fork 3
Elan PS2 ETD0500 touchpad #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leshafrai
wants to merge
101
commits into
BAndysc:master
Choose a base branch
from
acidanthera:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…improved PrntScr hotkey handling + Added Vendor Specific Message with code 151 (0x97) to ApplePS2Device used to request Trackpad resets from Keypad controller. - VoodooPS2Keyboard now requests a Trackpad reset too when the 3-finger salute (Ctrl+Alt+Del) is pressed on the Keypad. + Fix: Added an extra kDP_Enable command request on VoodooPS2SynapticsTouchPad when waking from sleep. This should auto-enable reluctant Synaptics touchpads on wake. + Added handling code for resetTouchpad IOkit messages on VoodooPS2SynapticsTouchPad, to actually reset and re-enable the device on request. - Bumped module version to 2.1.6 TL;DR: This commit tries to fix some Synaptics touchpad devices not working after waking from sleep. If that doesnt work automatically after a couple of seconds, press Ctrl+Alt+Del to issue a device reset. This can be done at any time. Dev note: It may be a good idea to implement the the reset message handling on any other touchpad driver too, this should give users a keyboard combo command to try to recover from non-working scenarios, before giving up and rebooting. (+1 squashed commit) Squashed commits: [3e7fb81] Remapped Touchpad reset to PrntScr and cleaned up special hotkey handling - Ctrl+Alt+PrntScrn key combo is now used to trigger Touchpad resets. This should fix collisions with Ctrl+Alt+Del on VMs/RDPs. - Cleaned and improved special hotkey handling on VoodooPS2Keyboard.cpp around the PrntScr/SysRq key. - VoodooPS2Keyboard now detect and correctly maps the SysRq key or the Alt+PrntScrn key combo, instead of just ignoring it. + VoodooPS2Keyboard now detects modifiers pressed on any side of the keyboard when handling special PrntScr hotkeys. - The keyboard module is now more verbose to the IOLog when built with DEBUG configurations. + Keyboard and Touchpad "Enabled" states are now synced up when using the Windows/Logo+PrntSrc keyboard combo. Both of them are disabled, or both enabled. + Pressing Shift+PrntSrc now sends a SysRq key instead, useful for VMs and RDPs, specially Linux-based ones. - Devs: Added inline method checkModifierStateAny(UInt16) to VoodooPS2Keyboard.h. This should allow a more flexible way to check if a modifier key is present without taking into account other modifier keys. The current list of supported hotkeys by VoodooPS2Keyboard are as follows: Supported Voodoo PrntScr Key combinations: - PrntScr: Enable/Disable touchpad - Windows+PrntScr: Enable/Disable touchpad+keyboard - Ctrl+Alt+PrntScr: Reset and enable touchpad - Shift+PrntScr: Send SysRq scancode to the kernel
-- Removed touchpad reset signal dispatching code from VoodooPS2Keyboard.cpp. This change complements the previous commit.
…mmand key is left pressed when locking keyboard and trackpad with Command-PrtScr
…d disabled in some UEFI (#53)
This reverts commit 50ae04a.
* Set LIBKERN_RETURN_RETAINED * Add PS/2 stub driver * Create companion device in start instead of probe * Retain/Release companion info dictionary * Clean up PS2 stub device * Save OSSymbol in class * Save symbol in class * Update copyright
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi. Thank you for your work. Everything works fine.