From: Frédéric Brière Date: Sun, 29 May 2011 19:08:03 +0000 (-0400) Subject: serial: 8250_pci: add .probe member to struct pci_serial_quirk X-Git-Tag: v3.1-rc1~233^2~24 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf8f501e05930364b345ed8710c5b1a13207134;p=pandora-kernel.git serial: 8250_pci: add .probe member to struct pci_serial_quirk This function, if present, is called early on by the 8250_pci probe; it can be used to reject devices meant for parport_serial. (The .init function cannot be used for this purpose, as it is also called by parport_serial.) Signed-off-by: Frédéric Brière Acked-by: Alan Cox Cc: linux-serial@vger.kernel.org Cc: linux-parport@lists.infradead.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed