fix(ASUS Ally): don't crash out of driver init if attrs fail#341
fix(ASUS Ally): don't crash out of driver init if attrs fail#341ShadowApex merged 1 commit intoShadowBlip:mainfrom
Conversation
|
Also requires driver update. This is in progress and mostly complete now. |
4c874b1 to
bee1fd4
Compare
bee1fd4 to
2f65ab7
Compare
|
This should be working with both old and new driver versions now. Although I'm not sure how to test |
|
Note: revised driver doesn't have backface button mapping complete (yet). Should be done in a day. |
2f65ab7 to
f5c8fbf
Compare
|
Currently having issues with the IP config not grabbing the mouse and keyboard event devices as it should: when using the driver revision from https://github.com/flukejones/linux/tree/wip/ally-6.14-refactor The IP driver does set QAM mode off, and does remap fine. You will notice: which can be ignored. |
|
Log: |
Instead of bombing out of the driver init process allow IP to keep working as the majority of parts should still be usable. Signed-off-by: Luke Jones <luke@ljones.dev>
f5c8fbf to
b03624b
Compare
|
Wrong PID in the Ally X config. Thanks @pastaq. Tested, all working with updated driver and old driver. |
ShadowApex
left a comment
There was a problem hiding this comment.
Looks good! Thanks for these changes!
|
🎉 This PR is included in version 0.54.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Instead of bombing out of the driver init process allow IP to keep working as the majority of parts should still be usable.