Skip to content
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

BUG: macOS Sierra does not support trackpad with in_raw = 1 #192

Closed
fzwoch opened this issue Jan 14, 2017 · 6 comments
Closed

BUG: macOS Sierra does not support trackpad with in_raw = 1 #192

fzwoch opened this issue Jan 14, 2017 · 6 comments

Comments

@fzwoch
Copy link
Contributor

fzwoch commented Jan 14, 2017

IOHIDManagerSetDeviceMatching(mdata->hid_manager, NULL);

Handing NULL in here is supposed to enumerate all devices. Seem like on macOS Sierra this does not include the trackpad anymore.

Can't see a way to fix this atm..

@jite jite added this to Bug backlog in Main development Mar 14, 2017
@siberex
Copy link

siberex commented Apr 24, 2020

Mac OS Catalina 10.15.4 works fine with trackpad. Probably fixed?

@fzwoch
Copy link
Contributor Author

fzwoch commented Apr 24, 2020

Is that with in_raw set to 1? Can anyone else confirm this (as I have no mac)?

Perhaps Apple "fixed" or changed it again. It definitely wasn't us changing anything in the code.

@siberex
Copy link

siberex commented Apr 24, 2020

@fzwoch in_raw is set to 1, yes

@blaps
Copy link

blaps commented Jul 10, 2020

I'm on Catalina 10.15.5
Touchbar won't work with either in_raw 1/0
Fresh nquake install with ezQ 3.2.1

@fzwoch
Copy link
Contributor Author

fzwoch commented Jul 11, 2020

What the hell is the touchbar supposed to do?!

@meag
Copy link
Contributor

meag commented Nov 1, 2020

Closing (siberex reports this as fixed)
Touchbar seems to be a different issue, open in #354

@meag meag closed this as completed Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Main development
Bug backlog
Development

No branches or pull requests

4 participants