-
Notifications
You must be signed in to change notification settings - Fork 11
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
Power event 0x53 #29
Comments
I also see a handful of those on the Laptop3. |
We think it might be equivalent to
I have a raw dump of the event, but we weren't quite able to figure out the payload:
|
Based on some reverse-engineering, the payload has the form @archseer: Do you see any connection to other battery values? |
@qzed I went and recorded some more event values. This time I logged only the https://gist.github.com/archseer/dc3b41a378083a6d2a6205bf1d4f8d6c Sidenote: I seem to have gotten a few warnings on
|
Here's that decoded into numbers:
So looks like the 6th value has to do something with charging... Could that be a 60W charger? I think the 5th could maybe be voltage (in mV). The first value could be a status thing. As far as I can see this gets ignored in the Windows driver. I suppose you don't have any clue what |
Oh, I forgot to answer to the 0x0015 events during reloading: Those are input events (TC=0x15). They should normally get disabled when the sid_vhf module is unloaded. I suspect that those are handled a bit differently and cannot actually be disabled, which would kind-of make sense given their nature. So nothing we need to worry about. |
On my Surface Pro 7, dmesg is flooded with the following lines:
The text was updated successfully, but these errors were encountered: