Re: [BUG] No ttyS0 - Strange udev 8250_pnp interaction

From: Kay Sievers
Date: Wed Oct 07 2009 - 16:54:21 EST


On Wed, Oct 7, 2009 at 22:31, Michael Guntsche <mike@xxxxxxxxxxxx> wrote:
> add   Â/module/8250_pnp (module)
> remove /devices/platform/serial8250/tty/ttyS0 (tty)
> add   Â/devices/pnp0/00:05/tty/ttyS0 (tty)

That's pretty odd, that the loading of a module removes pre-existing
devices created by other code, and creates new ones with the same name
and major/minor.

As Alan mentioned, we could serialize events which carry the the same
major/minor number, that should work around such behavior.

Thanks,
Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/