From: Bjorn Helgaas Date: Fri, 27 Jun 2008 22:57:01 +0000 (-0600) Subject: PNP: add pnp_possible_config() -- can a device could be configured this way? X-Git-Tag: v2.6.27-rc1~1050^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fd51a8be26921b56747ddd09d1d9e01c11c9e0;p=pandora-kernel.git PNP: add pnp_possible_config() -- can a device could be configured this way? As part of a heuristic to identify modem devices, 8250_pnp.c checks to see whether a device can be configured at any of the legacy COM port addresses. This patch moves the code that traverses the PNP "possible resource options" from 8250_pnp.c to the PNP subsystem. This encapsulation is important because a future patch will change the implementation of those resource options. Signed-off-by: Bjorn Helgaas Signed-off-by: Andi Kleen Acked-by: Rene Herman Signed-off-by: Len Brown --- Reading git-diff-tree failed