mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
serial: 8250: don't bind to SMSC IrCC IR port
commit ffa34de03b upstream.
SMSC IrCC SIR/FIR port should not be bound to by
(legacy) serial driver so its own driver (smsc-ircc2)
can bind to it.
Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3433155a81
commit
1e63b61bcb
@@ -365,6 +365,11 @@ static const struct pnp_device_id pnp_dev_table[] = {
|
||||
/* Winbond CIR port, should not be probed. We should keep track
|
||||
of it to prevent the legacy serial driver from probing it */
|
||||
{ "WEC1022", CIR_PORT },
|
||||
/*
|
||||
* SMSC IrCC SIR/FIR port, should not be probed by serial driver
|
||||
* as well so its own driver can bind to it.
|
||||
*/
|
||||
{ "SMCF010", CIR_PORT },
|
||||
{ "", 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user