git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7808edc
)
serial: 8250_pci: add .probe member to struct pci_serial_quirk
author
Frédéric Brière
<fbriere@fbriere.net>
Sun, 29 May 2011 19:08:03 +0000
(15:08 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 7 Jun 2011 16:35:56 +0000
(09:35 -0700)
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 <fbriere@fbriere.net>
Acked-by: Alan Cox <alan@linux.intel.com>
Cc: linux-serial@vger.kernel.org
Cc: linux-parport@lists.infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250_pci.c
patch
|
blob
|
history
diff --cc
drivers/tty/serial/8250_pci.c
Simple merge