8250_pnp: do pnp probe before legacy probe
We first probe the legacy serial ports and then check pnp. If there is a non-standard configuration then this might not work, also this change is needed so we can blacklist Winbond CIR based on PNP ID. For this to work the 8250_pnp driver must be merged into the 8250 module. Signed-off-by:Sean Young <sean@mess.org> Acked-by:
Alan Cox <alan@linux.intel.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- drivers/tty/serial/8250/8250.c 18 additions, 13 deletionsdrivers/tty/serial/8250/8250.c
- drivers/tty/serial/8250/8250.h 9 additions, 0 deletionsdrivers/tty/serial/8250/8250.h
- drivers/tty/serial/8250/8250_pnp.c 3 additions, 8 deletionsdrivers/tty/serial/8250/8250_pnp.c
- drivers/tty/serial/8250/Kconfig 8 additions, 8 deletionsdrivers/tty/serial/8250/Kconfig
- drivers/tty/serial/8250/Makefile 3 additions, 2 deletionsdrivers/tty/serial/8250/Makefile
Loading
Please register or sign in to comment