]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Jan 2019 09:28:55 +0000 (09:28 +0000)
commit539d68b4d9698eda64d308290a4f32cff2d9b9e8
tree02efbcc4f95a85bb624905b972cb9200cf78fdb3
parentdd764ca6c203e9503738901af24bb9446cb91904
serial: 8250_pci: Remove stalled entries in blacklist

BugLink: http://bugs.launchpad.net/bugs/1808185
commit 20dcff436e9fcd2e106b0ccc48a52206bc176d70 upstream.

After the commit

  7d8905d06405 ("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: 7d8905d06405 ("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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/tty/serial/8250/8250_pci.c