On my [ 0.000000] DMI: Dell Inc. XPS 13 9365/03WW2T, BIOS 1.0.17 06/08/2017 I'm getting [ 7.172275] soc_button_array: probe of INT33D2:00 failed with error -2 in dmesg on boot. Any idea why?
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