modified to detect FireBee USB

This commit is contained in:
Markus Fröschle
2013-11-03 14:14:33 +00:00
parent 5dadc3a143
commit e58e7ffa99

View File

@@ -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++)
{