From 0c16e93726765826fa3a359765d55c7c9933b9a2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 29 Oct 2004 20:57:17 +0000 Subject: don't probe the serial bus --- src/kmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kmodule.c b/src/kmodule.c index c63dc215..5b0340ee 100644 --- a/src/kmodule.c +++ b/src/kmodule.c @@ -57,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