From d2019f092a447e1a91b1d4a810ff2696117a16b4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 6 Sep 2005 18:16:47 +0000 Subject: fix lame bug preventing usb and firewire controllers to be recognized --- mdk-stage1/probing.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index ecc45e9b9..31f7db0b1 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -364,7 +364,8 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u while (1) { unsigned int i; - unsigned short vendor, device, subvendor, subdevice, class_, class_prog, devbusfn; + unsigned short vendor, device, subvendor, subdevice, class_, devbusfn; + unsigned char class_prog; const char *name, *module; enum driver_type type_ = type; -- cgit v1.2.1