From 181b409f0b492944ff437811a7167fc809054044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 3 Nov 2013 14:14:33 +0000 Subject: [PATCH] modified to detect FireBee USB --- sources/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/pci.c b/sources/pci.c index d01c1bf..2a9dd0b 100644 --- a/sources/pci.c +++ b/sources/pci.c @@ -184,7 +184,7 @@ int16_t pci_find_device(uint16_t device_id, uint16_t vendor_id, int index) uint16_t pos = 0; int handle; - for (bus = 0; bus < 1; bus++) + for (bus = 0; bus < 2; bus++) /* FireBee USB is on DEVSEL(17) ??? */ { for (slot = 0; slot < 32; slot++) {