Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1739632

Re: [PATCH] r8152: add Linksys USB3GIGV1 id

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] r8152: add Linksys USB3GIGV1 id
Date 2017-09-26 09:40 +0200
Message-ID <utSDg-1Ff-17@gated-at.bofh.it> (permalink)
References <usBuN-1so-1@gated-at.bofh.it> <utD1w-7Jk-31@gated-at.bofh.it> <utI1c-2RB-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Sep 25, 2017 at 01:17:32PM -0700, Grant Grundler wrote:
> Correct. r8152 happens to claim the device before cdc_ether does - I
> thought because cdc_ether is a class driver and only gets picked up
> after vendor specific drivers are probed.  Is that correct?

Nope, there is not "priority" scheme of binding some drivers to devices
instead of others at all in Linux.  The whole scheme is "first in the
list", and has always been that way.

And yes, people have talked about changing this for decades now, but no
one has come up with any working patch, for the obvious reasons[1].

thanks,

greg k-h

[1] exercise is left for the reader :)

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] r8152:  add Linksys USB3GIGV1 id Grant Grundler <grundler@chromium.org> - 2017-09-22 21:10 +0200
  Re: [PATCH] r8152:  add Linksys USB3GIGV1 id Oliver Neukum <oneukum@suse.com> - 2017-09-25 17:00 +0200
    Re: [PATCH] r8152: add Linksys USB3GIGV1 id Grant Grundler <grundler@chromium.org> - 2017-09-25 22:20 +0200
      Re: [PATCH] r8152: add Linksys USB3GIGV1 id Grant Grundler <grundler@chromium.org> - 2017-09-26 03:20 +0200
      Re: [PATCH] r8152: add Linksys USB3GIGV1 id Greg KH <gregkh@linuxfoundation.org> - 2017-09-26 09:40 +0200

csiph-web