Skip to content

Commit

Permalink
Click stick fix
Browse files Browse the repository at this point in the history
Fixes the issue of getting stuck in a click/drag/highlight mode after waking from sleep by removing  "rmi_populate();" from the wake sequence
  • Loading branch information
one8three committed Aug 6, 2020
1 parent e8923aa commit 804db5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VoodooI2CSynaptics/VoodooI2CSynapticsDevice.cpp
Expand Up @@ -961,7 +961,6 @@ IOReturn VoodooI2CSynapticsDevice::setPowerState(unsigned long powerState, IOSer
IOLog("%s::Going to Sleep!\n", getName());
} else {
if (!awake){
rmi_populate();

awake = true;
IOLog("%s::Woke up from Sleep!\n", getName());
Expand Down

0 comments on commit 804db5c

Please sign in to comment.