On Mon, 18 Nov 2019 at 17:24, fedorau...@online.de <fedorau...@online.de> wrote:
> On 18.11.19 21:46, Tom Horsley wrote: > ... > > > > I have no idea what an EMI is, but that's what starts everything. > > I guess it is "electromagnetic interference" > Correct. From hub.c <https://github.com/torvalds/linux/blob/master/drivers/usb/core/hub.c> /* * EM interference sometimes causes badly shielded USB devices * to be shutdown by the hub, this hack enables them again. * Works at least with mouse driver. */ if (!(portstatus & USB_PORT_STAT_ENABLE)&& !connect_change && udev) { dev_err(&port_dev->dev, "disabled by hub (EMI?), re-enabling...\n"); connect_change = 1; } USB3 devices can be sources of EMI. [...] -- George N. White III
_______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org