diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-25 13:47:01 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-25 13:47:01 +0200 |
| commit | 501b4f27c5f8e114cc56762e30105112e86b885c (patch) | |
| tree | aad41040df57e2980e6275396d2f7f6aa557000e /.devcontainer | |
| parent | b8e2f74374f7ab8dc82f923eb7333e4226cc5fdb (diff) | |
| download | kernel-501b4f27c5f8e114cc56762e30105112e86b885c.tar.xz kernel-501b4f27c5f8e114cc56762e30105112e86b885c.zip | |
kapi: fix driver probing
Previously, a driver was only bound after probing was successful.
However, if the probing itself relies (directly or indirectly) on the
device having a bound driver, probing fails. This patchset introduces
a new device state to mark that we are currently probing and thus the
bound driver is not yet definitively bound to the device. This allows
us to bind early, without violating the perceived device state.
Diffstat (limited to '.devcontainer')
0 files changed, 0 insertions, 0 deletions
