-
Notifications
You must be signed in to change notification settings - Fork 61
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
Help Magic Keyboard Touch ID and Ubuntu 21.10 #79
Comments
Look like same problem as mine. You have to check your product id and add it like me. Check PR #77 . |
Thanx a lot. I pulled your fork and it didn't work but I could find the USB id by checking syslog. Maybe you want to add your PR with the following address in hid-ids.h:
and add the following lines to hid-apple.c:
It works great! |
It's called the product ID. In your syslog it even explicitly says it
"idProduct=029c" but you can also use the usb device id, just use the
last 4 digits after the ':'.
also your hidID works: hid-generic 0003:05AC:029C.0010
It's always 029C in your case.
cheers
…
|
In my case it's 029a |
I simply don't know how to configure it.
The module is installed via the first instructions in the Readme.md and I have reboot.
The module is not even loaded:
If I do a modprobe it looks fine but I think the module is not used as I cannot identify any change in the keyboard usage:
I have a Magic Keyboard with Touch ID together with a magic mouse and I am running Ubuntu 21.10 on a PC.
Any hint is appreciated!
The text was updated successfully, but these errors were encountered: