]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_pci: Remove stalled entries in blacklist
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 Jun 2018 18:00:41 +0000 (21:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:34:39 +0000 (21:34 +0900)
commitcc0cac9c02f01c9e3b7527865c2319d600fb20eb
tree847402f7933fcc4765a941a0a8f4d9d47f463363
parentcb8761b8a11c382d39c6e66fcf3106f068ff2a32
serial: 8250_pci: Remove stalled entries in blacklist

After the commit

  5884c7437eeb ("serial: 8250_pci: Enable device after we check black list")

pure serial multi-port cards, such as CH355, got blacklisted and thus
not being enumerated anymore. Previously, it seems, blacklisting them
was on purpose to shut up pciserial_init_one() about record duplication.

So, remove the entries from blacklist in order to get cards enumerated.

Fixes: 5884c7437eeb ("serial: 8250_pci: Enable device after we check black list")
Reported-by: Matt Turner <mattst88@gmail.com>
Cc: Sergej Pupykin <ml@sergej.pp.ru>
Cc: Alexandr Petrenko <petrenkoas83@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-and-Tested-by: Matt Turner <mattst88@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c