Bug 196679
Summary: | soc_button_array: probe of INT33D2:00 failed with error -2 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Patrik Kullman (patrik.kullman) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | dmitry.torokhov, jwrdegoede |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.13-rc5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Input: soc_button_array - Silence -ENOENT error on Dell XPS13 9365 |
Description
Patrik Kullman
2017-08-16 16:32:49 UTC
Hi, This is probably caused by this bit of code in drivers/input/misc/soc_button_array.c . Can you try this patch (the one which I'm about to attach) that should silence the error. Regards, Hans Created attachment 257993 [details]
Input: soc_button_array - Silence -ENOENT error on Dell XPS13 9365
It did indeed! Although I now see the "no GPIO attached, ignoring..." message instead. I interpret that as something being misconfigured - if it's not, it should probably still be dev_dbg? Yeah, I'd say we keep it at dev_dbg(). Anyway, when can we expect this to be included upstream? 4.13? 4.14? Hi, (In reply to Dmitry Torokhov from comment #4) > Yeah, I'd say we keep it at dev_dbg(). Ok, I've just submitted the patch upstream (to you) keeping the dev_dbg. Regards, Hans Patch has been applied, closing. Too bad there wasn't space for a "Reported-and-tested-by" trailer. :/ Looking forward to rc7/final. Hi, (In reply to Patrik Kullman from comment #8) > Too bad there wasn't space for a "Reported-and-tested-by" trailer. :/ Sorry I didn't think of that. Regards, Hans |