commit | 835d844d1a28efba81d5aca7385e24c29d3a6db2 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Fri Sep 07 19:06:23 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 26 13:25:41 2012 -0700 |
tree | 646b3c447cd5cba0b976c951ebe0b4f58e50e2e9 | |
parent | 4dac2116547b4aab7ac327edb344bb68ed1e8839 [diff] |
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>