On Tue, Feb 23, 2021 at 09:13:26PM +0100, Enrico Weigelt, metux IT consult wrote:
On 13.02.21 11:20, Greg KH wrote:
quoted
On Mon, Feb 08, 2021 at 11:22:00PM +0100, Enrico Weigelt, metux IT consult wrote:
quoted
---
drivers/base/bus.c | 14 ++++++++++----
include/linux/device/bus.h | 2 ++
2 files changed, 12 insertions(+), 4 deletions(-)
Um, no.
Why not ? Do you have a better idea ?
What I actually need is a way to unbdind a specific device, identified
by bus name and device name. The problem to be solved here is dropping
devices that have been enumerated in a bad way by firmware (ACPI in this
case), and then recreating it in a clean, consistent way.
Have the firmware code do it itself, do nto try to "reach across" like
this.
And what problem are you really trying to solve here by doing this?
thanks,
greg k-h