search for: avm_device_id

Displaying 1 result from an estimated 1 matches for "avm_device_id".

Did you mean: avm_device_id2
2004 Dec 21
1
two avm usb isdn fritz v2.0 cards
...isk machine. I am using fcusb2 driver. 1 card works perfectly. I tried to recompile driver like it is described on this page but with no success. http://www.quiss.org/caiviar/Two-Fritzcards-HOWTO I think the problem is that i can not find this part of code. dev = pci_find_device (AVM_VENDOR_ID, AVM_DEVICE_ID, dev); if (NULL == dev) { dev = pci_find_device (AVM_VENDOR_ID, AVM_DEVICE_ID2, dev); if (NULL == dev) { return PCI_NO_CARD; } } by dev = pci_find_device (AVM_VENDOR_ID, AVM_DEVICE_ID, NULL); dev...