From 3c3fad46aff9737480f980289a6f56200786c1cd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 29 Oct 2004 20:57:54 +0000 Subject: don't probe the serial bus --- src/kmodule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kmodule.c b/src/kmodule.c index b08b9557..5b0340ee 100644 --- a/src/kmodule.c +++ b/src/kmodule.c @@ -17,7 +17,6 @@ #include #include -#include #include #include @@ -58,7 +57,7 @@ int main(int argc, char **argv) { char *bus = NULL, *class = NULL; int x, rc; - enum deviceBus probeBus = BUS_UNSPEC; + enum deviceBus probeBus = BUS_UNSPEC & ~BUS_SERIAL; enum deviceClass probeClass = CLASS_UNSPEC; poptContext context; struct device **devs; -- cgit v1.2.1