[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c9e14156-6b98-4eda-8b31-154f89030244@suse.com>
Date: Mon, 29 Sep 2025 10:45:19 +0200
From: Oliver Neukum <oneukum@...e.com>
To: yicongsrfy@....com, andrew+netdev@...n.ch, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org
Cc: marcan@...can.st, pabeni@...hat.com, linux-usb@...r.kernel.org,
netdev@...r.kernel.org, yicong@...inos.cn
Subject: Re: [PATCH 2/2] net: usb: support quirks in usbnet
Hi,
On 28.09.25 03:46, yicongsrfy@....com wrote:
> From: Yi Cong <yicong@...inos.cn>
>
> Some vendors' USB network interface controllers (NICs) may be compatible
> with multiple drivers.
And here is the basic problem. This issue is not an issue specific to
usbnet. It arises everywhere we have a specific and a general
driver. Hence it ought to be solved in generic way in usbcore.
Nor can we do this with a simple list of devices, as we cannot
assume that the more specific driver is compiled in all systems.
An unconditional quirk is acceptable _only_ if usbnet would
not work.
Please get in contact with the core USB developers. The problem
needs to be solved, but this is not a solution.
Regards
Oliver
Nacked-by: Oliver Neukum <oneukum@...e.com>
Powered by blists - more mailing lists