URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or_debug_proxy/src
- from Rev 529 to Rev 646
- ↔ Reverse comparison
Rev 529 → Rev 646
/linux_usb_driver_calls.c
216,7 → 216,15
} |
#endif |
|
szDeviceName = cBufLD[0]; // Should be first device |
if (iNumDevs==2) |
szDeviceName = cBufLD[0]; // Should be first device |
else if (iNumDevs==4) |
szDeviceName = cBufLD[1]; // Should be second device |
else |
{ |
printf("Unexpected number of FTDI ports %d\n", iNumDevs); |
return 1; |
} |
|
if (Status == FTC_SUCCESS) |
{ |